@aws-sdk/client-lex-models-v2 3.301.0 → 3.303.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/dist-cjs/models/models_0.js +254 -309
- package/dist-es/models/models_0.js +254 -309
- package/dist-types/models/models_0.d.ts +529 -254
- package/dist-types/ts3.4/models/models_0.d.ts +350 -254
- package/package.json +35 -35
|
@@ -4,41 +4,34 @@ exports.ImportSortAttribute = exports.ImportResourceType = exports.ImportFilterO
|
|
|
4
4
|
exports.StartImportRequestFilterSensitiveLog = exports.StartBotRecommendationResponseFilterSensitiveLog = exports.StartBotRecommendationRequestFilterSensitiveLog = exports.DescribeBotRecommendationResponseFilterSensitiveLog = exports.EncryptionSettingFilterSensitiveLog = exports.CreateExportRequestFilterSensitiveLog = exports.SearchOrder = exports.SlotTypeCategory = exports.SlotTypeSortAttribute = exports.SlotTypeFilterOperator = exports.SlotTypeFilterName = exports.SlotSortAttribute = exports.SlotFilterOperator = exports.SlotFilterName = exports.TimeDimension = exports.IntentSortAttribute = exports.IntentFilterOperator = exports.IntentFilterName = void 0;
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const LexModelsV2ServiceException_1 = require("./LexModelsV2ServiceException");
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
}
|
|
35
|
-
var ErrorCode;
|
|
36
|
-
(function (ErrorCode) {
|
|
37
|
-
ErrorCode["DUPLICATE_INPUT"] = "DUPLICATE_INPUT";
|
|
38
|
-
ErrorCode["INTERNAL_SERVER_FAILURE"] = "INTERNAL_SERVER_FAILURE";
|
|
39
|
-
ErrorCode["RESOURCE_ALREADY_EXISTS"] = "RESOURCE_ALREADY_EXISTS";
|
|
40
|
-
ErrorCode["RESOURCE_DOES_NOT_EXIST"] = "RESOURCE_DOES_NOT_EXIST";
|
|
41
|
-
})(ErrorCode = exports.ErrorCode || (exports.ErrorCode = {}));
|
|
7
|
+
exports.AudioRecognitionStrategy = {
|
|
8
|
+
UseSlotValuesAsCustomVocabulary: "UseSlotValuesAsCustomVocabulary",
|
|
9
|
+
};
|
|
10
|
+
exports.AggregatedUtterancesFilterName = {
|
|
11
|
+
Utterance: "Utterance",
|
|
12
|
+
};
|
|
13
|
+
exports.AggregatedUtterancesFilterOperator = {
|
|
14
|
+
Contains: "CO",
|
|
15
|
+
Equals: "EQ",
|
|
16
|
+
};
|
|
17
|
+
exports.AggregatedUtterancesSortAttribute = {
|
|
18
|
+
HitCount: "HitCount",
|
|
19
|
+
MissedCount: "MissedCount",
|
|
20
|
+
};
|
|
21
|
+
exports.SortOrder = {
|
|
22
|
+
Ascending: "Ascending",
|
|
23
|
+
Descending: "Descending",
|
|
24
|
+
};
|
|
25
|
+
exports.AssociatedTranscriptFilterName = {
|
|
26
|
+
IntentId: "IntentId",
|
|
27
|
+
SlotTypeId: "SlotTypeId",
|
|
28
|
+
};
|
|
29
|
+
exports.ErrorCode = {
|
|
30
|
+
DUPLICATE_INPUT: "DUPLICATE_INPUT",
|
|
31
|
+
INTERNAL_SERVER_FAILURE: "INTERNAL_SERVER_FAILURE",
|
|
32
|
+
RESOURCE_ALREADY_EXISTS: "RESOURCE_ALREADY_EXISTS",
|
|
33
|
+
RESOURCE_DOES_NOT_EXIST: "RESOURCE_DOES_NOT_EXIST",
|
|
34
|
+
};
|
|
42
35
|
class InternalServerException extends LexModelsV2ServiceException_1.LexModelsV2ServiceException {
|
|
43
36
|
constructor(opts) {
|
|
44
37
|
super({
|
|
@@ -105,90 +98,77 @@ class ValidationException extends LexModelsV2ServiceException_1.LexModelsV2Servi
|
|
|
105
98
|
}
|
|
106
99
|
}
|
|
107
100
|
exports.ValidationException = ValidationException;
|
|
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
|
-
BotStatus["Inactive"] = "Inactive";
|
|
180
|
-
BotStatus["Updating"] = "Updating";
|
|
181
|
-
BotStatus["Versioning"] = "Versioning";
|
|
182
|
-
})(BotStatus = exports.BotStatus || (exports.BotStatus = {}));
|
|
183
|
-
var BotType;
|
|
184
|
-
(function (BotType) {
|
|
185
|
-
BotType["Bot"] = "Bot";
|
|
186
|
-
BotType["BotNetwork"] = "BotNetwork";
|
|
187
|
-
})(BotType = exports.BotType || (exports.BotType = {}));
|
|
188
|
-
var BotVersionSortAttribute;
|
|
189
|
-
(function (BotVersionSortAttribute) {
|
|
190
|
-
BotVersionSortAttribute["BotVersion"] = "BotVersion";
|
|
191
|
-
})(BotVersionSortAttribute = exports.BotVersionSortAttribute || (exports.BotVersionSortAttribute = {}));
|
|
101
|
+
exports.BotAliasStatus = {
|
|
102
|
+
Available: "Available",
|
|
103
|
+
Creating: "Creating",
|
|
104
|
+
Deleting: "Deleting",
|
|
105
|
+
Failed: "Failed",
|
|
106
|
+
};
|
|
107
|
+
exports.BotFilterName = {
|
|
108
|
+
BotName: "BotName",
|
|
109
|
+
BotType: "BotType",
|
|
110
|
+
};
|
|
111
|
+
exports.BotFilterOperator = {
|
|
112
|
+
Contains: "CO",
|
|
113
|
+
Equals: "EQ",
|
|
114
|
+
NotEquals: "NE",
|
|
115
|
+
};
|
|
116
|
+
exports.BotLocaleFilterName = {
|
|
117
|
+
BotLocaleName: "BotLocaleName",
|
|
118
|
+
};
|
|
119
|
+
exports.BotLocaleFilterOperator = {
|
|
120
|
+
Contains: "CO",
|
|
121
|
+
Equals: "EQ",
|
|
122
|
+
};
|
|
123
|
+
exports.VoiceEngine = {
|
|
124
|
+
Neural: "neural",
|
|
125
|
+
Standard: "standard",
|
|
126
|
+
};
|
|
127
|
+
exports.BotLocaleSortAttribute = {
|
|
128
|
+
BotLocaleName: "BotLocaleName",
|
|
129
|
+
};
|
|
130
|
+
exports.BotLocaleStatus = {
|
|
131
|
+
Building: "Building",
|
|
132
|
+
Built: "Built",
|
|
133
|
+
Creating: "Creating",
|
|
134
|
+
Deleting: "Deleting",
|
|
135
|
+
Failed: "Failed",
|
|
136
|
+
Importing: "Importing",
|
|
137
|
+
NotBuilt: "NotBuilt",
|
|
138
|
+
Processing: "Processing",
|
|
139
|
+
ReadyExpressTesting: "ReadyExpressTesting",
|
|
140
|
+
};
|
|
141
|
+
exports.BotRecommendationStatus = {
|
|
142
|
+
Available: "Available",
|
|
143
|
+
Deleted: "Deleted",
|
|
144
|
+
Deleting: "Deleting",
|
|
145
|
+
Downloading: "Downloading",
|
|
146
|
+
Failed: "Failed",
|
|
147
|
+
Processing: "Processing",
|
|
148
|
+
Stopped: "Stopped",
|
|
149
|
+
Stopping: "Stopping",
|
|
150
|
+
Updating: "Updating",
|
|
151
|
+
};
|
|
152
|
+
exports.BotSortAttribute = {
|
|
153
|
+
BotName: "BotName",
|
|
154
|
+
};
|
|
155
|
+
exports.BotStatus = {
|
|
156
|
+
Available: "Available",
|
|
157
|
+
Creating: "Creating",
|
|
158
|
+
Deleting: "Deleting",
|
|
159
|
+
Failed: "Failed",
|
|
160
|
+
Importing: "Importing",
|
|
161
|
+
Inactive: "Inactive",
|
|
162
|
+
Updating: "Updating",
|
|
163
|
+
Versioning: "Versioning",
|
|
164
|
+
};
|
|
165
|
+
exports.BotType = {
|
|
166
|
+
Bot: "Bot",
|
|
167
|
+
BotNetwork: "BotNetwork",
|
|
168
|
+
};
|
|
169
|
+
exports.BotVersionSortAttribute = {
|
|
170
|
+
BotVersion: "BotVersion",
|
|
171
|
+
};
|
|
192
172
|
class ConflictException extends LexModelsV2ServiceException_1.LexModelsV2ServiceException {
|
|
193
173
|
constructor(opts) {
|
|
194
174
|
super({
|
|
@@ -215,196 +195,161 @@ class PreconditionFailedException extends LexModelsV2ServiceException_1.LexModel
|
|
|
215
195
|
}
|
|
216
196
|
}
|
|
217
197
|
exports.PreconditionFailedException = PreconditionFailedException;
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
}
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
}
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
}
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
}
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
}
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
}
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
}
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
SlotFilterOperator["Contains"] = "CO";
|
|
374
|
-
SlotFilterOperator["Equals"] = "EQ";
|
|
375
|
-
})(SlotFilterOperator = exports.SlotFilterOperator || (exports.SlotFilterOperator = {}));
|
|
376
|
-
var SlotSortAttribute;
|
|
377
|
-
(function (SlotSortAttribute) {
|
|
378
|
-
SlotSortAttribute["LastUpdatedDateTime"] = "LastUpdatedDateTime";
|
|
379
|
-
SlotSortAttribute["SlotName"] = "SlotName";
|
|
380
|
-
})(SlotSortAttribute = exports.SlotSortAttribute || (exports.SlotSortAttribute = {}));
|
|
381
|
-
var SlotTypeFilterName;
|
|
382
|
-
(function (SlotTypeFilterName) {
|
|
383
|
-
SlotTypeFilterName["ExternalSourceType"] = "ExternalSourceType";
|
|
384
|
-
SlotTypeFilterName["SlotTypeName"] = "SlotTypeName";
|
|
385
|
-
})(SlotTypeFilterName = exports.SlotTypeFilterName || (exports.SlotTypeFilterName = {}));
|
|
386
|
-
var SlotTypeFilterOperator;
|
|
387
|
-
(function (SlotTypeFilterOperator) {
|
|
388
|
-
SlotTypeFilterOperator["Contains"] = "CO";
|
|
389
|
-
SlotTypeFilterOperator["Equals"] = "EQ";
|
|
390
|
-
})(SlotTypeFilterOperator = exports.SlotTypeFilterOperator || (exports.SlotTypeFilterOperator = {}));
|
|
391
|
-
var SlotTypeSortAttribute;
|
|
392
|
-
(function (SlotTypeSortAttribute) {
|
|
393
|
-
SlotTypeSortAttribute["LastUpdatedDateTime"] = "LastUpdatedDateTime";
|
|
394
|
-
SlotTypeSortAttribute["SlotTypeName"] = "SlotTypeName";
|
|
395
|
-
})(SlotTypeSortAttribute = exports.SlotTypeSortAttribute || (exports.SlotTypeSortAttribute = {}));
|
|
396
|
-
var SlotTypeCategory;
|
|
397
|
-
(function (SlotTypeCategory) {
|
|
398
|
-
SlotTypeCategory["Composite"] = "Composite";
|
|
399
|
-
SlotTypeCategory["Custom"] = "Custom";
|
|
400
|
-
SlotTypeCategory["Extended"] = "Extended";
|
|
401
|
-
SlotTypeCategory["ExternalGrammar"] = "ExternalGrammar";
|
|
402
|
-
})(SlotTypeCategory = exports.SlotTypeCategory || (exports.SlotTypeCategory = {}));
|
|
403
|
-
var SearchOrder;
|
|
404
|
-
(function (SearchOrder) {
|
|
405
|
-
SearchOrder["Ascending"] = "Ascending";
|
|
406
|
-
SearchOrder["Descending"] = "Descending";
|
|
407
|
-
})(SearchOrder = exports.SearchOrder || (exports.SearchOrder = {}));
|
|
198
|
+
exports.BuiltInIntentSortAttribute = {
|
|
199
|
+
IntentSignature: "IntentSignature",
|
|
200
|
+
};
|
|
201
|
+
exports.BuiltInSlotTypeSortAttribute = {
|
|
202
|
+
SlotTypeSignature: "SlotTypeSignature",
|
|
203
|
+
};
|
|
204
|
+
exports.DialogActionType = {
|
|
205
|
+
CloseIntent: "CloseIntent",
|
|
206
|
+
ConfirmIntent: "ConfirmIntent",
|
|
207
|
+
ElicitIntent: "ElicitIntent",
|
|
208
|
+
ElicitSlot: "ElicitSlot",
|
|
209
|
+
EndConversation: "EndConversation",
|
|
210
|
+
EvaluateConditional: "EvaluateConditional",
|
|
211
|
+
FulfillIntent: "FulfillIntent",
|
|
212
|
+
InvokeDialogCodeHook: "InvokeDialogCodeHook",
|
|
213
|
+
StartIntent: "StartIntent",
|
|
214
|
+
};
|
|
215
|
+
exports.SlotShape = {
|
|
216
|
+
List: "List",
|
|
217
|
+
Scalar: "Scalar",
|
|
218
|
+
};
|
|
219
|
+
exports.ImportExportFileFormat = {
|
|
220
|
+
LexJson: "LexJson",
|
|
221
|
+
TSV: "TSV",
|
|
222
|
+
};
|
|
223
|
+
exports.ExportStatus = {
|
|
224
|
+
Completed: "Completed",
|
|
225
|
+
Deleting: "Deleting",
|
|
226
|
+
Failed: "Failed",
|
|
227
|
+
InProgress: "InProgress",
|
|
228
|
+
};
|
|
229
|
+
exports.MessageSelectionStrategy = {
|
|
230
|
+
Ordered: "Ordered",
|
|
231
|
+
Random: "Random",
|
|
232
|
+
};
|
|
233
|
+
exports.PromptAttempt = {
|
|
234
|
+
Initial: "Initial",
|
|
235
|
+
Retry1: "Retry1",
|
|
236
|
+
Retry2: "Retry2",
|
|
237
|
+
Retry3: "Retry3",
|
|
238
|
+
Retry4: "Retry4",
|
|
239
|
+
Retry5: "Retry5",
|
|
240
|
+
};
|
|
241
|
+
exports.Effect = {
|
|
242
|
+
Allow: "Allow",
|
|
243
|
+
Deny: "Deny",
|
|
244
|
+
};
|
|
245
|
+
exports.ObfuscationSettingType = {
|
|
246
|
+
DefaultObfuscation: "DefaultObfuscation",
|
|
247
|
+
None: "None",
|
|
248
|
+
};
|
|
249
|
+
exports.SlotConstraint = {
|
|
250
|
+
Optional: "Optional",
|
|
251
|
+
Required: "Required",
|
|
252
|
+
};
|
|
253
|
+
exports.SlotValueResolutionStrategy = {
|
|
254
|
+
Concatenation: "Concatenation",
|
|
255
|
+
OriginalValue: "OriginalValue",
|
|
256
|
+
TopResolution: "TopResolution",
|
|
257
|
+
};
|
|
258
|
+
exports.CustomVocabularyStatus = {
|
|
259
|
+
Creating: "Creating",
|
|
260
|
+
Deleting: "Deleting",
|
|
261
|
+
Exporting: "Exporting",
|
|
262
|
+
Importing: "Importing",
|
|
263
|
+
Ready: "Ready",
|
|
264
|
+
};
|
|
265
|
+
exports.ImportStatus = {
|
|
266
|
+
Completed: "Completed",
|
|
267
|
+
Deleting: "Deleting",
|
|
268
|
+
Failed: "Failed",
|
|
269
|
+
InProgress: "InProgress",
|
|
270
|
+
};
|
|
271
|
+
exports.TranscriptFormat = {
|
|
272
|
+
Lex: "Lex",
|
|
273
|
+
};
|
|
274
|
+
exports.MergeStrategy = {
|
|
275
|
+
Append: "Append",
|
|
276
|
+
FailOnConflict: "FailOnConflict",
|
|
277
|
+
Overwrite: "Overwrite",
|
|
278
|
+
};
|
|
279
|
+
exports.ExportFilterName = {
|
|
280
|
+
ExportResourceType: "ExportResourceType",
|
|
281
|
+
};
|
|
282
|
+
exports.ExportFilterOperator = {
|
|
283
|
+
Contains: "CO",
|
|
284
|
+
Equals: "EQ",
|
|
285
|
+
};
|
|
286
|
+
exports.ExportSortAttribute = {
|
|
287
|
+
LastUpdatedDateTime: "LastUpdatedDateTime",
|
|
288
|
+
};
|
|
289
|
+
exports.ImportFilterName = {
|
|
290
|
+
ImportResourceType: "ImportResourceType",
|
|
291
|
+
};
|
|
292
|
+
exports.ImportFilterOperator = {
|
|
293
|
+
Contains: "CO",
|
|
294
|
+
Equals: "EQ",
|
|
295
|
+
};
|
|
296
|
+
exports.ImportResourceType = {
|
|
297
|
+
Bot: "Bot",
|
|
298
|
+
BotLocale: "BotLocale",
|
|
299
|
+
CustomVocabulary: "CustomVocabulary",
|
|
300
|
+
};
|
|
301
|
+
exports.ImportSortAttribute = {
|
|
302
|
+
LastUpdatedDateTime: "LastUpdatedDateTime",
|
|
303
|
+
};
|
|
304
|
+
exports.IntentFilterName = {
|
|
305
|
+
IntentName: "IntentName",
|
|
306
|
+
};
|
|
307
|
+
exports.IntentFilterOperator = {
|
|
308
|
+
Contains: "CO",
|
|
309
|
+
Equals: "EQ",
|
|
310
|
+
};
|
|
311
|
+
exports.IntentSortAttribute = {
|
|
312
|
+
IntentName: "IntentName",
|
|
313
|
+
LastUpdatedDateTime: "LastUpdatedDateTime",
|
|
314
|
+
};
|
|
315
|
+
exports.TimeDimension = {
|
|
316
|
+
Days: "Days",
|
|
317
|
+
Hours: "Hours",
|
|
318
|
+
Weeks: "Weeks",
|
|
319
|
+
};
|
|
320
|
+
exports.SlotFilterName = {
|
|
321
|
+
SlotName: "SlotName",
|
|
322
|
+
};
|
|
323
|
+
exports.SlotFilterOperator = {
|
|
324
|
+
Contains: "CO",
|
|
325
|
+
Equals: "EQ",
|
|
326
|
+
};
|
|
327
|
+
exports.SlotSortAttribute = {
|
|
328
|
+
LastUpdatedDateTime: "LastUpdatedDateTime",
|
|
329
|
+
SlotName: "SlotName",
|
|
330
|
+
};
|
|
331
|
+
exports.SlotTypeFilterName = {
|
|
332
|
+
ExternalSourceType: "ExternalSourceType",
|
|
333
|
+
SlotTypeName: "SlotTypeName",
|
|
334
|
+
};
|
|
335
|
+
exports.SlotTypeFilterOperator = {
|
|
336
|
+
Contains: "CO",
|
|
337
|
+
Equals: "EQ",
|
|
338
|
+
};
|
|
339
|
+
exports.SlotTypeSortAttribute = {
|
|
340
|
+
LastUpdatedDateTime: "LastUpdatedDateTime",
|
|
341
|
+
SlotTypeName: "SlotTypeName",
|
|
342
|
+
};
|
|
343
|
+
exports.SlotTypeCategory = {
|
|
344
|
+
Composite: "Composite",
|
|
345
|
+
Custom: "Custom",
|
|
346
|
+
Extended: "Extended",
|
|
347
|
+
ExternalGrammar: "ExternalGrammar",
|
|
348
|
+
};
|
|
349
|
+
exports.SearchOrder = {
|
|
350
|
+
Ascending: "Ascending",
|
|
351
|
+
Descending: "Descending",
|
|
352
|
+
};
|
|
408
353
|
const CreateExportRequestFilterSensitiveLog = (obj) => ({
|
|
409
354
|
...obj,
|
|
410
355
|
...(obj.filePassword && { filePassword: smithy_client_1.SENSITIVE_STRING }),
|