@aws-sdk/client-lex-model-building-service 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.
@@ -42,36 +42,33 @@ class ConflictException extends LexModelBuildingServiceServiceException_1.LexMod
42
42
  }
43
43
  }
44
44
  exports.ConflictException = ConflictException;
45
- var ContentType;
46
- (function (ContentType) {
47
- ContentType["CUSTOM_PAYLOAD"] = "CustomPayload";
48
- ContentType["PLAIN_TEXT"] = "PlainText";
49
- ContentType["SSML"] = "SSML";
50
- })(ContentType = exports.ContentType || (exports.ContentType = {}));
51
- var Locale;
52
- (function (Locale) {
53
- Locale["DE_DE"] = "de-DE";
54
- Locale["EN_AU"] = "en-AU";
55
- Locale["EN_GB"] = "en-GB";
56
- Locale["EN_IN"] = "en-IN";
57
- Locale["EN_US"] = "en-US";
58
- Locale["ES_419"] = "es-419";
59
- Locale["ES_ES"] = "es-ES";
60
- Locale["ES_US"] = "es-US";
61
- Locale["FR_CA"] = "fr-CA";
62
- Locale["FR_FR"] = "fr-FR";
63
- Locale["IT_IT"] = "it-IT";
64
- Locale["JA_JP"] = "ja-JP";
65
- Locale["KO_KR"] = "ko-KR";
66
- })(Locale = exports.Locale || (exports.Locale = {}));
67
- var Status;
68
- (function (Status) {
69
- Status["BUILDING"] = "BUILDING";
70
- Status["FAILED"] = "FAILED";
71
- Status["NOT_BUILT"] = "NOT_BUILT";
72
- Status["READY"] = "READY";
73
- Status["READY_BASIC_TESTING"] = "READY_BASIC_TESTING";
74
- })(Status = exports.Status || (exports.Status = {}));
45
+ exports.ContentType = {
46
+ CUSTOM_PAYLOAD: "CustomPayload",
47
+ PLAIN_TEXT: "PlainText",
48
+ SSML: "SSML",
49
+ };
50
+ exports.Locale = {
51
+ DE_DE: "de-DE",
52
+ EN_AU: "en-AU",
53
+ EN_GB: "en-GB",
54
+ EN_IN: "en-IN",
55
+ EN_US: "en-US",
56
+ ES_419: "es-419",
57
+ ES_ES: "es-ES",
58
+ ES_US: "es-US",
59
+ FR_CA: "fr-CA",
60
+ FR_FR: "fr-FR",
61
+ IT_IT: "it-IT",
62
+ JA_JP: "ja-JP",
63
+ KO_KR: "ko-KR",
64
+ };
65
+ exports.Status = {
66
+ BUILDING: "BUILDING",
67
+ FAILED: "FAILED",
68
+ NOT_BUILT: "NOT_BUILT",
69
+ READY: "READY",
70
+ READY_BASIC_TESTING: "READY_BASIC_TESTING",
71
+ };
75
72
  class InternalFailureException extends LexModelBuildingServiceServiceException_1.LexModelBuildingServiceServiceException {
76
73
  constructor(opts) {
77
74
  super({
@@ -125,33 +122,28 @@ class PreconditionFailedException extends LexModelBuildingServiceServiceExceptio
125
122
  }
126
123
  }
127
124
  exports.PreconditionFailedException = PreconditionFailedException;
128
- var FulfillmentActivityType;
129
- (function (FulfillmentActivityType) {
130
- FulfillmentActivityType["CODE_HOOK"] = "CodeHook";
131
- FulfillmentActivityType["RETURN_INTENT"] = "ReturnIntent";
132
- })(FulfillmentActivityType = exports.FulfillmentActivityType || (exports.FulfillmentActivityType = {}));
133
- var ObfuscationSetting;
134
- (function (ObfuscationSetting) {
135
- ObfuscationSetting["DEFAULT_OBFUSCATION"] = "DEFAULT_OBFUSCATION";
136
- ObfuscationSetting["NONE"] = "NONE";
137
- })(ObfuscationSetting = exports.ObfuscationSetting || (exports.ObfuscationSetting = {}));
138
- var SlotConstraint;
139
- (function (SlotConstraint) {
140
- SlotConstraint["OPTIONAL"] = "Optional";
141
- SlotConstraint["REQUIRED"] = "Required";
142
- })(SlotConstraint = exports.SlotConstraint || (exports.SlotConstraint = {}));
143
- var SlotValueSelectionStrategy;
144
- (function (SlotValueSelectionStrategy) {
145
- SlotValueSelectionStrategy["ORIGINAL_VALUE"] = "ORIGINAL_VALUE";
146
- SlotValueSelectionStrategy["TOP_RESOLUTION"] = "TOP_RESOLUTION";
147
- })(SlotValueSelectionStrategy = exports.SlotValueSelectionStrategy || (exports.SlotValueSelectionStrategy = {}));
148
- var ReferenceType;
149
- (function (ReferenceType) {
150
- ReferenceType["BOT"] = "Bot";
151
- ReferenceType["BOTALIAS"] = "BotAlias";
152
- ReferenceType["BOTCHANNEL"] = "BotChannel";
153
- ReferenceType["INTENT"] = "Intent";
154
- })(ReferenceType = exports.ReferenceType || (exports.ReferenceType = {}));
125
+ exports.FulfillmentActivityType = {
126
+ CODE_HOOK: "CodeHook",
127
+ RETURN_INTENT: "ReturnIntent",
128
+ };
129
+ exports.ObfuscationSetting = {
130
+ DEFAULT_OBFUSCATION: "DEFAULT_OBFUSCATION",
131
+ NONE: "NONE",
132
+ };
133
+ exports.SlotConstraint = {
134
+ OPTIONAL: "Optional",
135
+ REQUIRED: "Required",
136
+ };
137
+ exports.SlotValueSelectionStrategy = {
138
+ ORIGINAL_VALUE: "ORIGINAL_VALUE",
139
+ TOP_RESOLUTION: "TOP_RESOLUTION",
140
+ };
141
+ exports.ReferenceType = {
142
+ BOT: "Bot",
143
+ BOTALIAS: "BotAlias",
144
+ BOTCHANNEL: "BotChannel",
145
+ INTENT: "Intent",
146
+ };
155
147
  class ResourceInUseException extends LexModelBuildingServiceServiceException_1.LexModelBuildingServiceServiceException {
156
148
  constructor(opts) {
157
149
  super({
@@ -167,93 +159,77 @@ class ResourceInUseException extends LexModelBuildingServiceServiceException_1.L
167
159
  }
168
160
  }
169
161
  exports.ResourceInUseException = ResourceInUseException;
170
- var Destination;
171
- (function (Destination) {
172
- Destination["CLOUDWATCH_LOGS"] = "CLOUDWATCH_LOGS";
173
- Destination["S3"] = "S3";
174
- })(Destination = exports.Destination || (exports.Destination = {}));
175
- var LogType;
176
- (function (LogType) {
177
- LogType["AUDIO"] = "AUDIO";
178
- LogType["TEXT"] = "TEXT";
179
- })(LogType = exports.LogType || (exports.LogType = {}));
180
- var ChannelStatus;
181
- (function (ChannelStatus) {
182
- ChannelStatus["CREATED"] = "CREATED";
183
- ChannelStatus["FAILED"] = "FAILED";
184
- ChannelStatus["IN_PROGRESS"] = "IN_PROGRESS";
185
- })(ChannelStatus = exports.ChannelStatus || (exports.ChannelStatus = {}));
186
- var ChannelType;
187
- (function (ChannelType) {
188
- ChannelType["FACEBOOK"] = "Facebook";
189
- ChannelType["KIK"] = "Kik";
190
- ChannelType["SLACK"] = "Slack";
191
- ChannelType["TWILIO_SMS"] = "Twilio-Sms";
192
- })(ChannelType = exports.ChannelType || (exports.ChannelType = {}));
193
- var ExportType;
194
- (function (ExportType) {
195
- ExportType["ALEXA_SKILLS_KIT"] = "ALEXA_SKILLS_KIT";
196
- ExportType["LEX"] = "LEX";
197
- })(ExportType = exports.ExportType || (exports.ExportType = {}));
198
- var ResourceType;
199
- (function (ResourceType) {
200
- ResourceType["BOT"] = "BOT";
201
- ResourceType["INTENT"] = "INTENT";
202
- ResourceType["SLOT_TYPE"] = "SLOT_TYPE";
203
- })(ResourceType = exports.ResourceType || (exports.ResourceType = {}));
204
- var ExportStatus;
205
- (function (ExportStatus) {
206
- ExportStatus["FAILED"] = "FAILED";
207
- ExportStatus["IN_PROGRESS"] = "IN_PROGRESS";
208
- ExportStatus["READY"] = "READY";
209
- })(ExportStatus = exports.ExportStatus || (exports.ExportStatus = {}));
210
- var ImportStatus;
211
- (function (ImportStatus) {
212
- ImportStatus["COMPLETE"] = "COMPLETE";
213
- ImportStatus["FAILED"] = "FAILED";
214
- ImportStatus["IN_PROGRESS"] = "IN_PROGRESS";
215
- })(ImportStatus = exports.ImportStatus || (exports.ImportStatus = {}));
216
- var MergeStrategy;
217
- (function (MergeStrategy) {
218
- MergeStrategy["FAIL_ON_CONFLICT"] = "FAIL_ON_CONFLICT";
219
- MergeStrategy["OVERWRITE_LATEST"] = "OVERWRITE_LATEST";
220
- })(MergeStrategy = exports.MergeStrategy || (exports.MergeStrategy = {}));
221
- var MigrationAlertType;
222
- (function (MigrationAlertType) {
223
- MigrationAlertType["ERROR"] = "ERROR";
224
- MigrationAlertType["WARN"] = "WARN";
225
- })(MigrationAlertType = exports.MigrationAlertType || (exports.MigrationAlertType = {}));
226
- var MigrationStatus;
227
- (function (MigrationStatus) {
228
- MigrationStatus["COMPLETED"] = "COMPLETED";
229
- MigrationStatus["FAILED"] = "FAILED";
230
- MigrationStatus["IN_PROGRESS"] = "IN_PROGRESS";
231
- })(MigrationStatus = exports.MigrationStatus || (exports.MigrationStatus = {}));
232
- var MigrationStrategy;
233
- (function (MigrationStrategy) {
234
- MigrationStrategy["CREATE_NEW"] = "CREATE_NEW";
235
- MigrationStrategy["UPDATE_EXISTING"] = "UPDATE_EXISTING";
236
- })(MigrationStrategy = exports.MigrationStrategy || (exports.MigrationStrategy = {}));
237
- var MigrationSortAttribute;
238
- (function (MigrationSortAttribute) {
239
- MigrationSortAttribute["MIGRATION_DATE_TIME"] = "MIGRATION_DATE_TIME";
240
- MigrationSortAttribute["V1_BOT_NAME"] = "V1_BOT_NAME";
241
- })(MigrationSortAttribute = exports.MigrationSortAttribute || (exports.MigrationSortAttribute = {}));
242
- var SortOrder;
243
- (function (SortOrder) {
244
- SortOrder["ASCENDING"] = "ASCENDING";
245
- SortOrder["DESCENDING"] = "DESCENDING";
246
- })(SortOrder = exports.SortOrder || (exports.SortOrder = {}));
247
- var StatusType;
248
- (function (StatusType) {
249
- StatusType["DETECTED"] = "Detected";
250
- StatusType["MISSED"] = "Missed";
251
- })(StatusType = exports.StatusType || (exports.StatusType = {}));
252
- var ProcessBehavior;
253
- (function (ProcessBehavior) {
254
- ProcessBehavior["BUILD"] = "BUILD";
255
- ProcessBehavior["SAVE"] = "SAVE";
256
- })(ProcessBehavior = exports.ProcessBehavior || (exports.ProcessBehavior = {}));
162
+ exports.Destination = {
163
+ CLOUDWATCH_LOGS: "CLOUDWATCH_LOGS",
164
+ S3: "S3",
165
+ };
166
+ exports.LogType = {
167
+ AUDIO: "AUDIO",
168
+ TEXT: "TEXT",
169
+ };
170
+ exports.ChannelStatus = {
171
+ CREATED: "CREATED",
172
+ FAILED: "FAILED",
173
+ IN_PROGRESS: "IN_PROGRESS",
174
+ };
175
+ exports.ChannelType = {
176
+ FACEBOOK: "Facebook",
177
+ KIK: "Kik",
178
+ SLACK: "Slack",
179
+ TWILIO_SMS: "Twilio-Sms",
180
+ };
181
+ exports.ExportType = {
182
+ ALEXA_SKILLS_KIT: "ALEXA_SKILLS_KIT",
183
+ LEX: "LEX",
184
+ };
185
+ exports.ResourceType = {
186
+ BOT: "BOT",
187
+ INTENT: "INTENT",
188
+ SLOT_TYPE: "SLOT_TYPE",
189
+ };
190
+ exports.ExportStatus = {
191
+ FAILED: "FAILED",
192
+ IN_PROGRESS: "IN_PROGRESS",
193
+ READY: "READY",
194
+ };
195
+ exports.ImportStatus = {
196
+ COMPLETE: "COMPLETE",
197
+ FAILED: "FAILED",
198
+ IN_PROGRESS: "IN_PROGRESS",
199
+ };
200
+ exports.MergeStrategy = {
201
+ FAIL_ON_CONFLICT: "FAIL_ON_CONFLICT",
202
+ OVERWRITE_LATEST: "OVERWRITE_LATEST",
203
+ };
204
+ exports.MigrationAlertType = {
205
+ ERROR: "ERROR",
206
+ WARN: "WARN",
207
+ };
208
+ exports.MigrationStatus = {
209
+ COMPLETED: "COMPLETED",
210
+ FAILED: "FAILED",
211
+ IN_PROGRESS: "IN_PROGRESS",
212
+ };
213
+ exports.MigrationStrategy = {
214
+ CREATE_NEW: "CREATE_NEW",
215
+ UPDATE_EXISTING: "UPDATE_EXISTING",
216
+ };
217
+ exports.MigrationSortAttribute = {
218
+ MIGRATION_DATE_TIME: "MIGRATION_DATE_TIME",
219
+ V1_BOT_NAME: "V1_BOT_NAME",
220
+ };
221
+ exports.SortOrder = {
222
+ ASCENDING: "ASCENDING",
223
+ DESCENDING: "DESCENDING",
224
+ };
225
+ exports.StatusType = {
226
+ DETECTED: "Detected",
227
+ MISSED: "Missed",
228
+ };
229
+ exports.ProcessBehavior = {
230
+ BUILD: "BUILD",
231
+ SAVE: "SAVE",
232
+ };
257
233
  const GetBotChannelAssociationResponseFilterSensitiveLog = (obj) => ({
258
234
  ...obj,
259
235
  ...(obj.botConfiguration && { botConfiguration: smithy_client_1.SENSITIVE_STRING }),
@@ -36,36 +36,33 @@ export class ConflictException extends __BaseException {
36
36
  Object.setPrototypeOf(this, ConflictException.prototype);
37
37
  }
38
38
  }
39
- export var ContentType;
40
- (function (ContentType) {
41
- ContentType["CUSTOM_PAYLOAD"] = "CustomPayload";
42
- ContentType["PLAIN_TEXT"] = "PlainText";
43
- ContentType["SSML"] = "SSML";
44
- })(ContentType || (ContentType = {}));
45
- export var Locale;
46
- (function (Locale) {
47
- Locale["DE_DE"] = "de-DE";
48
- Locale["EN_AU"] = "en-AU";
49
- Locale["EN_GB"] = "en-GB";
50
- Locale["EN_IN"] = "en-IN";
51
- Locale["EN_US"] = "en-US";
52
- Locale["ES_419"] = "es-419";
53
- Locale["ES_ES"] = "es-ES";
54
- Locale["ES_US"] = "es-US";
55
- Locale["FR_CA"] = "fr-CA";
56
- Locale["FR_FR"] = "fr-FR";
57
- Locale["IT_IT"] = "it-IT";
58
- Locale["JA_JP"] = "ja-JP";
59
- Locale["KO_KR"] = "ko-KR";
60
- })(Locale || (Locale = {}));
61
- export var Status;
62
- (function (Status) {
63
- Status["BUILDING"] = "BUILDING";
64
- Status["FAILED"] = "FAILED";
65
- Status["NOT_BUILT"] = "NOT_BUILT";
66
- Status["READY"] = "READY";
67
- Status["READY_BASIC_TESTING"] = "READY_BASIC_TESTING";
68
- })(Status || (Status = {}));
39
+ export const ContentType = {
40
+ CUSTOM_PAYLOAD: "CustomPayload",
41
+ PLAIN_TEXT: "PlainText",
42
+ SSML: "SSML",
43
+ };
44
+ export const Locale = {
45
+ DE_DE: "de-DE",
46
+ EN_AU: "en-AU",
47
+ EN_GB: "en-GB",
48
+ EN_IN: "en-IN",
49
+ EN_US: "en-US",
50
+ ES_419: "es-419",
51
+ ES_ES: "es-ES",
52
+ ES_US: "es-US",
53
+ FR_CA: "fr-CA",
54
+ FR_FR: "fr-FR",
55
+ IT_IT: "it-IT",
56
+ JA_JP: "ja-JP",
57
+ KO_KR: "ko-KR",
58
+ };
59
+ export const Status = {
60
+ BUILDING: "BUILDING",
61
+ FAILED: "FAILED",
62
+ NOT_BUILT: "NOT_BUILT",
63
+ READY: "READY",
64
+ READY_BASIC_TESTING: "READY_BASIC_TESTING",
65
+ };
69
66
  export class InternalFailureException extends __BaseException {
70
67
  constructor(opts) {
71
68
  super({
@@ -115,33 +112,28 @@ export class PreconditionFailedException extends __BaseException {
115
112
  Object.setPrototypeOf(this, PreconditionFailedException.prototype);
116
113
  }
117
114
  }
118
- export var FulfillmentActivityType;
119
- (function (FulfillmentActivityType) {
120
- FulfillmentActivityType["CODE_HOOK"] = "CodeHook";
121
- FulfillmentActivityType["RETURN_INTENT"] = "ReturnIntent";
122
- })(FulfillmentActivityType || (FulfillmentActivityType = {}));
123
- export var ObfuscationSetting;
124
- (function (ObfuscationSetting) {
125
- ObfuscationSetting["DEFAULT_OBFUSCATION"] = "DEFAULT_OBFUSCATION";
126
- ObfuscationSetting["NONE"] = "NONE";
127
- })(ObfuscationSetting || (ObfuscationSetting = {}));
128
- export var SlotConstraint;
129
- (function (SlotConstraint) {
130
- SlotConstraint["OPTIONAL"] = "Optional";
131
- SlotConstraint["REQUIRED"] = "Required";
132
- })(SlotConstraint || (SlotConstraint = {}));
133
- export var SlotValueSelectionStrategy;
134
- (function (SlotValueSelectionStrategy) {
135
- SlotValueSelectionStrategy["ORIGINAL_VALUE"] = "ORIGINAL_VALUE";
136
- SlotValueSelectionStrategy["TOP_RESOLUTION"] = "TOP_RESOLUTION";
137
- })(SlotValueSelectionStrategy || (SlotValueSelectionStrategy = {}));
138
- export var ReferenceType;
139
- (function (ReferenceType) {
140
- ReferenceType["BOT"] = "Bot";
141
- ReferenceType["BOTALIAS"] = "BotAlias";
142
- ReferenceType["BOTCHANNEL"] = "BotChannel";
143
- ReferenceType["INTENT"] = "Intent";
144
- })(ReferenceType || (ReferenceType = {}));
115
+ export const FulfillmentActivityType = {
116
+ CODE_HOOK: "CodeHook",
117
+ RETURN_INTENT: "ReturnIntent",
118
+ };
119
+ export const ObfuscationSetting = {
120
+ DEFAULT_OBFUSCATION: "DEFAULT_OBFUSCATION",
121
+ NONE: "NONE",
122
+ };
123
+ export const SlotConstraint = {
124
+ OPTIONAL: "Optional",
125
+ REQUIRED: "Required",
126
+ };
127
+ export const SlotValueSelectionStrategy = {
128
+ ORIGINAL_VALUE: "ORIGINAL_VALUE",
129
+ TOP_RESOLUTION: "TOP_RESOLUTION",
130
+ };
131
+ export const ReferenceType = {
132
+ BOT: "Bot",
133
+ BOTALIAS: "BotAlias",
134
+ BOTCHANNEL: "BotChannel",
135
+ INTENT: "Intent",
136
+ };
145
137
  export class ResourceInUseException extends __BaseException {
146
138
  constructor(opts) {
147
139
  super({
@@ -156,93 +148,77 @@ export class ResourceInUseException extends __BaseException {
156
148
  this.exampleReference = opts.exampleReference;
157
149
  }
158
150
  }
159
- export var Destination;
160
- (function (Destination) {
161
- Destination["CLOUDWATCH_LOGS"] = "CLOUDWATCH_LOGS";
162
- Destination["S3"] = "S3";
163
- })(Destination || (Destination = {}));
164
- export var LogType;
165
- (function (LogType) {
166
- LogType["AUDIO"] = "AUDIO";
167
- LogType["TEXT"] = "TEXT";
168
- })(LogType || (LogType = {}));
169
- export var ChannelStatus;
170
- (function (ChannelStatus) {
171
- ChannelStatus["CREATED"] = "CREATED";
172
- ChannelStatus["FAILED"] = "FAILED";
173
- ChannelStatus["IN_PROGRESS"] = "IN_PROGRESS";
174
- })(ChannelStatus || (ChannelStatus = {}));
175
- export var ChannelType;
176
- (function (ChannelType) {
177
- ChannelType["FACEBOOK"] = "Facebook";
178
- ChannelType["KIK"] = "Kik";
179
- ChannelType["SLACK"] = "Slack";
180
- ChannelType["TWILIO_SMS"] = "Twilio-Sms";
181
- })(ChannelType || (ChannelType = {}));
182
- export var ExportType;
183
- (function (ExportType) {
184
- ExportType["ALEXA_SKILLS_KIT"] = "ALEXA_SKILLS_KIT";
185
- ExportType["LEX"] = "LEX";
186
- })(ExportType || (ExportType = {}));
187
- export var ResourceType;
188
- (function (ResourceType) {
189
- ResourceType["BOT"] = "BOT";
190
- ResourceType["INTENT"] = "INTENT";
191
- ResourceType["SLOT_TYPE"] = "SLOT_TYPE";
192
- })(ResourceType || (ResourceType = {}));
193
- export var ExportStatus;
194
- (function (ExportStatus) {
195
- ExportStatus["FAILED"] = "FAILED";
196
- ExportStatus["IN_PROGRESS"] = "IN_PROGRESS";
197
- ExportStatus["READY"] = "READY";
198
- })(ExportStatus || (ExportStatus = {}));
199
- export var ImportStatus;
200
- (function (ImportStatus) {
201
- ImportStatus["COMPLETE"] = "COMPLETE";
202
- ImportStatus["FAILED"] = "FAILED";
203
- ImportStatus["IN_PROGRESS"] = "IN_PROGRESS";
204
- })(ImportStatus || (ImportStatus = {}));
205
- export var MergeStrategy;
206
- (function (MergeStrategy) {
207
- MergeStrategy["FAIL_ON_CONFLICT"] = "FAIL_ON_CONFLICT";
208
- MergeStrategy["OVERWRITE_LATEST"] = "OVERWRITE_LATEST";
209
- })(MergeStrategy || (MergeStrategy = {}));
210
- export var MigrationAlertType;
211
- (function (MigrationAlertType) {
212
- MigrationAlertType["ERROR"] = "ERROR";
213
- MigrationAlertType["WARN"] = "WARN";
214
- })(MigrationAlertType || (MigrationAlertType = {}));
215
- export var MigrationStatus;
216
- (function (MigrationStatus) {
217
- MigrationStatus["COMPLETED"] = "COMPLETED";
218
- MigrationStatus["FAILED"] = "FAILED";
219
- MigrationStatus["IN_PROGRESS"] = "IN_PROGRESS";
220
- })(MigrationStatus || (MigrationStatus = {}));
221
- export var MigrationStrategy;
222
- (function (MigrationStrategy) {
223
- MigrationStrategy["CREATE_NEW"] = "CREATE_NEW";
224
- MigrationStrategy["UPDATE_EXISTING"] = "UPDATE_EXISTING";
225
- })(MigrationStrategy || (MigrationStrategy = {}));
226
- export var MigrationSortAttribute;
227
- (function (MigrationSortAttribute) {
228
- MigrationSortAttribute["MIGRATION_DATE_TIME"] = "MIGRATION_DATE_TIME";
229
- MigrationSortAttribute["V1_BOT_NAME"] = "V1_BOT_NAME";
230
- })(MigrationSortAttribute || (MigrationSortAttribute = {}));
231
- export var SortOrder;
232
- (function (SortOrder) {
233
- SortOrder["ASCENDING"] = "ASCENDING";
234
- SortOrder["DESCENDING"] = "DESCENDING";
235
- })(SortOrder || (SortOrder = {}));
236
- export var StatusType;
237
- (function (StatusType) {
238
- StatusType["DETECTED"] = "Detected";
239
- StatusType["MISSED"] = "Missed";
240
- })(StatusType || (StatusType = {}));
241
- export var ProcessBehavior;
242
- (function (ProcessBehavior) {
243
- ProcessBehavior["BUILD"] = "BUILD";
244
- ProcessBehavior["SAVE"] = "SAVE";
245
- })(ProcessBehavior || (ProcessBehavior = {}));
151
+ export const Destination = {
152
+ CLOUDWATCH_LOGS: "CLOUDWATCH_LOGS",
153
+ S3: "S3",
154
+ };
155
+ export const LogType = {
156
+ AUDIO: "AUDIO",
157
+ TEXT: "TEXT",
158
+ };
159
+ export const ChannelStatus = {
160
+ CREATED: "CREATED",
161
+ FAILED: "FAILED",
162
+ IN_PROGRESS: "IN_PROGRESS",
163
+ };
164
+ export const ChannelType = {
165
+ FACEBOOK: "Facebook",
166
+ KIK: "Kik",
167
+ SLACK: "Slack",
168
+ TWILIO_SMS: "Twilio-Sms",
169
+ };
170
+ export const ExportType = {
171
+ ALEXA_SKILLS_KIT: "ALEXA_SKILLS_KIT",
172
+ LEX: "LEX",
173
+ };
174
+ export const ResourceType = {
175
+ BOT: "BOT",
176
+ INTENT: "INTENT",
177
+ SLOT_TYPE: "SLOT_TYPE",
178
+ };
179
+ export const ExportStatus = {
180
+ FAILED: "FAILED",
181
+ IN_PROGRESS: "IN_PROGRESS",
182
+ READY: "READY",
183
+ };
184
+ export const ImportStatus = {
185
+ COMPLETE: "COMPLETE",
186
+ FAILED: "FAILED",
187
+ IN_PROGRESS: "IN_PROGRESS",
188
+ };
189
+ export const MergeStrategy = {
190
+ FAIL_ON_CONFLICT: "FAIL_ON_CONFLICT",
191
+ OVERWRITE_LATEST: "OVERWRITE_LATEST",
192
+ };
193
+ export const MigrationAlertType = {
194
+ ERROR: "ERROR",
195
+ WARN: "WARN",
196
+ };
197
+ export const MigrationStatus = {
198
+ COMPLETED: "COMPLETED",
199
+ FAILED: "FAILED",
200
+ IN_PROGRESS: "IN_PROGRESS",
201
+ };
202
+ export const MigrationStrategy = {
203
+ CREATE_NEW: "CREATE_NEW",
204
+ UPDATE_EXISTING: "UPDATE_EXISTING",
205
+ };
206
+ export const MigrationSortAttribute = {
207
+ MIGRATION_DATE_TIME: "MIGRATION_DATE_TIME",
208
+ V1_BOT_NAME: "V1_BOT_NAME",
209
+ };
210
+ export const SortOrder = {
211
+ ASCENDING: "ASCENDING",
212
+ DESCENDING: "DESCENDING",
213
+ };
214
+ export const StatusType = {
215
+ DETECTED: "Detected",
216
+ MISSED: "Missed",
217
+ };
218
+ export const ProcessBehavior = {
219
+ BUILD: "BUILD",
220
+ SAVE: "SAVE",
221
+ };
246
222
  export const GetBotChannelAssociationResponseFilterSensitiveLog = (obj) => ({
247
223
  ...obj,
248
224
  ...(obj.botConfiguration && { botConfiguration: SENSITIVE_STRING }),