@aws-sdk/client-qbusiness 3.933.0 → 3.935.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 (73) hide show
  1. package/dist-cjs/index.js +340 -345
  2. package/dist-es/index.js +2 -1
  3. package/dist-es/models/enums.js +339 -0
  4. package/dist-es/models/errors.js +137 -0
  5. package/dist-es/models/models_0.js +0 -417
  6. package/dist-es/models/models_1.js +1 -60
  7. package/dist-es/schemas/schemas_0.js +1 -1
  8. package/dist-types/commands/GetChatResponseConfigurationCommand.d.ts +1 -1
  9. package/dist-types/commands/GetDocumentContentCommand.d.ts +1 -1
  10. package/dist-types/commands/GetGroupCommand.d.ts +1 -1
  11. package/dist-types/commands/GetMediaCommand.d.ts +1 -1
  12. package/dist-types/commands/GetPolicyCommand.d.ts +1 -1
  13. package/dist-types/commands/GetUserCommand.d.ts +1 -1
  14. package/dist-types/commands/ListAttachmentsCommand.d.ts +1 -1
  15. package/dist-types/commands/ListChatResponseConfigurationsCommand.d.ts +1 -1
  16. package/dist-types/commands/ListConversationsCommand.d.ts +1 -1
  17. package/dist-types/commands/ListDataSourceSyncJobsCommand.d.ts +1 -1
  18. package/dist-types/commands/ListDocumentsCommand.d.ts +1 -1
  19. package/dist-types/commands/ListGroupsCommand.d.ts +1 -1
  20. package/dist-types/commands/ListMessagesCommand.d.ts +1 -1
  21. package/dist-types/commands/ListPluginActionsCommand.d.ts +1 -1
  22. package/dist-types/commands/ListPluginTypeActionsCommand.d.ts +1 -1
  23. package/dist-types/commands/ListPluginTypeMetadataCommand.d.ts +1 -1
  24. package/dist-types/commands/ListSubscriptionsCommand.d.ts +1 -1
  25. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  26. package/dist-types/commands/PutFeedbackCommand.d.ts +1 -1
  27. package/dist-types/commands/PutGroupCommand.d.ts +1 -1
  28. package/dist-types/commands/SearchRelevantContentCommand.d.ts +2 -1
  29. package/dist-types/commands/StartDataSourceSyncJobCommand.d.ts +1 -1
  30. package/dist-types/commands/StopDataSourceSyncJobCommand.d.ts +1 -1
  31. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  32. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  33. package/dist-types/commands/UpdateChatControlsConfigurationCommand.d.ts +2 -1
  34. package/dist-types/index.d.ts +4 -1
  35. package/dist-types/models/enums.d.ts +811 -0
  36. package/dist-types/models/errors.d.ts +164 -0
  37. package/dist-types/models/models_0.d.ts +1208 -858
  38. package/dist-types/models/models_1.d.ts +2 -1325
  39. package/dist-types/ts3.4/commands/GetChatResponseConfigurationCommand.d.ts +1 -1
  40. package/dist-types/ts3.4/commands/GetDocumentContentCommand.d.ts +1 -1
  41. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +1 -1
  42. package/dist-types/ts3.4/commands/GetMediaCommand.d.ts +1 -1
  43. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +1 -1
  44. package/dist-types/ts3.4/commands/GetUserCommand.d.ts +1 -1
  45. package/dist-types/ts3.4/commands/ListAttachmentsCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/ListChatResponseConfigurationsCommand.d.ts +1 -1
  47. package/dist-types/ts3.4/commands/ListConversationsCommand.d.ts +1 -1
  48. package/dist-types/ts3.4/commands/ListDataSourceSyncJobsCommand.d.ts +1 -1
  49. package/dist-types/ts3.4/commands/ListDocumentsCommand.d.ts +1 -1
  50. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/ListMessagesCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/ListPluginActionsCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/ListPluginTypeActionsCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/ListPluginTypeMetadataCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/PutFeedbackCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/PutGroupCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/SearchRelevantContentCommand.d.ts +2 -4
  60. package/dist-types/ts3.4/commands/StartDataSourceSyncJobCommand.d.ts +1 -1
  61. package/dist-types/ts3.4/commands/StopDataSourceSyncJobCommand.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/UpdateChatControlsConfigurationCommand.d.ts +2 -4
  65. package/dist-types/ts3.4/index.d.ts +4 -1
  66. package/dist-types/ts3.4/models/enums.d.ts +440 -0
  67. package/dist-types/ts3.4/models/errors.d.ts +80 -0
  68. package/dist-types/ts3.4/models/models_0.d.ts +359 -453
  69. package/dist-types/ts3.4/models/models_1.d.ts +1 -392
  70. package/package.json +12 -12
  71. package/dist-es/models/index.js +0 -2
  72. package/dist-types/models/index.d.ts +0 -2
  73. package/dist-types/ts3.4/models/index.d.ts +0 -2
@@ -1,421 +1,4 @@
1
- import { QBusinessServiceException as __BaseException } from "./QBusinessServiceException";
2
- export const MemberRelation = {
3
- AND: "AND",
4
- OR: "OR",
5
- };
6
- export const ReadAccessType = {
7
- ALLOW: "ALLOW",
8
- DENY: "DENY",
9
- };
10
- export const MembershipType = {
11
- DATASOURCE: "DATASOURCE",
12
- INDEX: "INDEX",
13
- };
14
- export class AccessDeniedException extends __BaseException {
15
- name = "AccessDeniedException";
16
- $fault = "client";
17
- constructor(opts) {
18
- super({
19
- name: "AccessDeniedException",
20
- $fault: "client",
21
- ...opts,
22
- });
23
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
24
- }
25
- }
26
- export const ActionPayloadFieldType = {
27
- ARRAY: "ARRAY",
28
- BOOLEAN: "BOOLEAN",
29
- NUMBER: "NUMBER",
30
- STRING: "STRING",
31
- };
32
- export const PluginType = {
33
- ASANA: "ASANA",
34
- ATLASSIAN_CONFLUENCE: "ATLASSIAN_CONFLUENCE",
35
- CUSTOM: "CUSTOM",
36
- GOOGLE_CALENDAR: "GOOGLE_CALENDAR",
37
- JIRA: "JIRA",
38
- JIRA_CLOUD: "JIRA_CLOUD",
39
- MICROSOFT_EXCHANGE: "MICROSOFT_EXCHANGE",
40
- MICROSOFT_TEAMS: "MICROSOFT_TEAMS",
41
- PAGERDUTY_ADVANCE: "PAGERDUTY_ADVANCE",
42
- QUICKSIGHT: "QUICKSIGHT",
43
- SALESFORCE: "SALESFORCE",
44
- SALESFORCE_CRM: "SALESFORCE_CRM",
45
- SERVICENOW_NOW_PLATFORM: "SERVICENOW_NOW_PLATFORM",
46
- SERVICE_NOW: "SERVICE_NOW",
47
- SMARTSHEET: "SMARTSHEET",
48
- ZENDESK: "ZENDESK",
49
- ZENDESK_SUITE: "ZENDESK_SUITE",
50
- };
51
- export const APISchemaType = {
52
- OPEN_API_V3: "OPEN_API_V3",
53
- };
54
- export const IdentityType = {
55
- ANONYMOUS: "ANONYMOUS",
56
- AWS_IAM_IDC: "AWS_IAM_IDC",
57
- AWS_IAM_IDP_OIDC: "AWS_IAM_IDP_OIDC",
58
- AWS_IAM_IDP_SAML: "AWS_IAM_IDP_SAML",
59
- AWS_QUICKSIGHT_IDP: "AWS_QUICKSIGHT_IDP",
60
- };
61
- export const ApplicationStatus = {
62
- ACTIVE: "ACTIVE",
63
- CREATING: "CREATING",
64
- DELETING: "DELETING",
65
- FAILED: "FAILED",
66
- UPDATING: "UPDATING",
67
- };
68
- export class ConflictException extends __BaseException {
69
- name = "ConflictException";
70
- $fault = "client";
71
- resourceId;
72
- resourceType;
73
- constructor(opts) {
74
- super({
75
- name: "ConflictException",
76
- $fault: "client",
77
- ...opts,
78
- });
79
- Object.setPrototypeOf(this, ConflictException.prototype);
80
- this.resourceId = opts.resourceId;
81
- this.resourceType = opts.resourceType;
82
- }
83
- }
84
- export const AttachmentsControlMode = {
85
- DISABLED: "DISABLED",
86
- ENABLED: "ENABLED",
87
- };
88
- export const PersonalizationControlMode = {
89
- DISABLED: "DISABLED",
90
- ENABLED: "ENABLED",
91
- };
92
- export const QAppsControlMode = {
93
- DISABLED: "DISABLED",
94
- ENABLED: "ENABLED",
95
- };
96
- export class InternalServerException extends __BaseException {
97
- name = "InternalServerException";
98
- $fault = "server";
99
- constructor(opts) {
100
- super({
101
- name: "InternalServerException",
102
- $fault: "server",
103
- ...opts,
104
- });
105
- Object.setPrototypeOf(this, InternalServerException.prototype);
106
- }
107
- }
108
- export class ResourceNotFoundException extends __BaseException {
109
- name = "ResourceNotFoundException";
110
- $fault = "client";
111
- resourceId;
112
- resourceType;
113
- constructor(opts) {
114
- super({
115
- name: "ResourceNotFoundException",
116
- $fault: "client",
117
- ...opts,
118
- });
119
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
120
- this.resourceId = opts.resourceId;
121
- this.resourceType = opts.resourceType;
122
- }
123
- }
124
- export class ServiceQuotaExceededException extends __BaseException {
125
- name = "ServiceQuotaExceededException";
126
- $fault = "client";
127
- resourceId;
128
- resourceType;
129
- constructor(opts) {
130
- super({
131
- name: "ServiceQuotaExceededException",
132
- $fault: "client",
133
- ...opts,
134
- });
135
- Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
136
- this.resourceId = opts.resourceId;
137
- this.resourceType = opts.resourceType;
138
- }
139
- }
140
- export class ThrottlingException extends __BaseException {
141
- name = "ThrottlingException";
142
- $fault = "client";
143
- constructor(opts) {
144
- super({
145
- name: "ThrottlingException",
146
- $fault: "client",
147
- ...opts,
148
- });
149
- Object.setPrototypeOf(this, ThrottlingException.prototype);
150
- }
151
- }
152
- export const ValidationExceptionReason = {
153
- CANNOT_PARSE: "CANNOT_PARSE",
154
- FIELD_VALIDATION_FAILED: "FIELD_VALIDATION_FAILED",
155
- UNKNOWN_OPERATION: "UNKNOWN_OPERATION",
156
- };
157
- export class ValidationException extends __BaseException {
158
- name = "ValidationException";
159
- $fault = "client";
160
- reason;
161
- fields;
162
- constructor(opts) {
163
- super({
164
- name: "ValidationException",
165
- $fault: "client",
166
- ...opts,
167
- });
168
- Object.setPrototypeOf(this, ValidationException.prototype);
169
- this.reason = opts.reason;
170
- this.fields = opts.fields;
171
- }
172
- }
173
- export const DataAccessorAuthenticationType = {
174
- AWS_IAM_IDC_AUTH_CODE: "AWS_IAM_IDC_AUTH_CODE",
175
- AWS_IAM_IDC_TTI: "AWS_IAM_IDC_TTI",
176
- };
177
- export const AutoSubscriptionStatus = {
178
- DISABLED: "DISABLED",
179
- ENABLED: "ENABLED",
180
- };
181
- export const SubscriptionType = {
182
- Q_BUSINESS: "Q_BUSINESS",
183
- Q_LITE: "Q_LITE",
184
- };
185
- export const ErrorCode = {
186
- INTERNAL_ERROR: "InternalError",
187
- INVALID_REQUEST: "InvalidRequest",
188
- RESOURCE_INACTIVE: "ResourceInactive",
189
- RESOURCE_NOT_FOUND: "ResourceNotFound",
190
- };
191
- export const IndexType = {
192
- ENTERPRISE: "ENTERPRISE",
193
- STARTER: "STARTER",
194
- };
195
- export const DocumentEnrichmentConditionOperator = {
196
- BEGINS_WITH: "BEGINS_WITH",
197
- CONTAINS: "CONTAINS",
198
- EQUALS: "EQUALS",
199
- EXISTS: "EXISTS",
200
- GREATER_THAN: "GREATER_THAN",
201
- GREATER_THAN_OR_EQUALS: "GREATER_THAN_OR_EQUALS",
202
- LESS_THAN: "LESS_THAN",
203
- LESS_THAN_OR_EQUALS: "LESS_THAN_OR_EQUALS",
204
- NOT_CONTAINS: "NOT_CONTAINS",
205
- NOT_EQUALS: "NOT_EQUALS",
206
- NOT_EXISTS: "NOT_EXISTS",
207
- };
208
- export const DocumentContentOperator = {
209
- DELETE: "DELETE",
210
- };
211
- export const AttributeValueOperator = {
212
- DELETE: "DELETE",
213
- };
214
- export const AudioExtractionStatus = {
215
- DISABLED: "DISABLED",
216
- ENABLED: "ENABLED",
217
- };
218
- export const ImageExtractionStatus = {
219
- DISABLED: "DISABLED",
220
- ENABLED: "ENABLED",
221
- };
222
- export const VideoExtractionStatus = {
223
- DISABLED: "DISABLED",
224
- ENABLED: "ENABLED",
225
- };
226
- export const DataSourceStatus = {
227
- ACTIVE: "ACTIVE",
228
- CREATING: "CREATING",
229
- DELETING: "DELETING",
230
- FAILED: "FAILED",
231
- PENDING_CREATION: "PENDING_CREATION",
232
- UPDATING: "UPDATING",
233
- };
234
- export const Status = {
235
- DISABLED: "DISABLED",
236
- ENABLED: "ENABLED",
237
- };
238
- export const AttributeType = {
239
- DATE: "DATE",
240
- NUMBER: "NUMBER",
241
- STRING: "STRING",
242
- STRING_LIST: "STRING_LIST",
243
- };
244
- export const IndexStatus = {
245
- ACTIVE: "ACTIVE",
246
- CREATING: "CREATING",
247
- DELETING: "DELETING",
248
- FAILED: "FAILED",
249
- UPDATING: "UPDATING",
250
- };
251
- export const PluginBuildStatus = {
252
- CREATE_FAILED: "CREATE_FAILED",
253
- CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
254
- DELETE_FAILED: "DELETE_FAILED",
255
- DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
256
- READY: "READY",
257
- UPDATE_FAILED: "UPDATE_FAILED",
258
- UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
259
- };
260
- export const PluginState = {
261
- DISABLED: "DISABLED",
262
- ENABLED: "ENABLED",
263
- };
264
- export const DocumentAttributeBoostingLevel = {
265
- HIGH: "HIGH",
266
- LOW: "LOW",
267
- MEDIUM: "MEDIUM",
268
- NONE: "NONE",
269
- ONE: "ONE",
270
- TWO: "TWO",
271
- VERY_HIGH: "VERY_HIGH",
272
- };
273
- export const NumberAttributeBoostingType = {
274
- PRIORITIZE_LARGER_VALUES: "PRIORITIZE_LARGER_VALUES",
275
- PRIORITIZE_SMALLER_VALUES: "PRIORITIZE_SMALLER_VALUES",
276
- };
277
- export const StringAttributeValueBoostingLevel = {
278
- FIVE: "FIVE",
279
- FOUR: "FOUR",
280
- HIGH: "HIGH",
281
- LOW: "LOW",
282
- MEDIUM: "MEDIUM",
283
- ONE: "ONE",
284
- THREE: "THREE",
285
- TWO: "TWO",
286
- VERY_HIGH: "VERY_HIGH",
287
- };
288
- export const RetrieverType = {
289
- KENDRA_INDEX: "KENDRA_INDEX",
290
- NATIVE_INDEX: "NATIVE_INDEX",
291
- };
292
- export const RetrieverStatus = {
293
- ACTIVE: "ACTIVE",
294
- CREATING: "CREATING",
295
- FAILED: "FAILED",
296
- };
297
1
  export const BrowserExtension = {
298
2
  CHROME: "CHROME",
299
3
  FIREFOX: "FIREFOX",
300
4
  };
301
- export const WebExperienceSamplePromptsControlMode = {
302
- DISABLED: "DISABLED",
303
- ENABLED: "ENABLED",
304
- };
305
- export const WebExperienceStatus = {
306
- ACTIVE: "ACTIVE",
307
- CREATING: "CREATING",
308
- DELETING: "DELETING",
309
- FAILED: "FAILED",
310
- PENDING_AUTH_CONFIG: "PENDING_AUTH_CONFIG",
311
- };
312
- export const CreatorModeControl = {
313
- DISABLED: "DISABLED",
314
- ENABLED: "ENABLED",
315
- };
316
- export const OrchestrationControl = {
317
- DISABLED: "DISABLED",
318
- ENABLED: "ENABLED",
319
- };
320
- export const PermissionConditionOperator = {
321
- STRING_EQUALS: "StringEquals",
322
- };
323
- export const AttachmentStatus = {
324
- FAILED: "FAILED",
325
- SUCCESS: "SUCCESS",
326
- };
327
- export const AudioExtractionType = {
328
- SUMMARY: "SUMMARY",
329
- TRANSCRIPT: "TRANSCRIPT",
330
- };
331
- export const ContentType = {
332
- CSV: "CSV",
333
- HTML: "HTML",
334
- JSON: "JSON",
335
- MD: "MD",
336
- MS_EXCEL: "MS_EXCEL",
337
- MS_WORD: "MS_WORD",
338
- PDF: "PDF",
339
- PLAIN_TEXT: "PLAIN_TEXT",
340
- PPT: "PPT",
341
- RTF: "RTF",
342
- XML: "XML",
343
- XSLT: "XSLT",
344
- };
345
- export const ChatMode = {
346
- CREATOR_MODE: "CREATOR_MODE",
347
- PLUGIN_MODE: "PLUGIN_MODE",
348
- RETRIEVAL_MODE: "RETRIEVAL_MODE",
349
- };
350
- export const VideoExtractionType = {
351
- SUMMARY: "SUMMARY",
352
- TRANSCRIPT: "TRANSCRIPT",
353
- };
354
- export const SystemMessageType = {
355
- GROUNDED_RESPONSE: "GROUNDED_RESPONSE",
356
- RESPONSE: "RESPONSE",
357
- };
358
- export class ExternalResourceException extends __BaseException {
359
- name = "ExternalResourceException";
360
- $fault = "client";
361
- constructor(opts) {
362
- super({
363
- name: "ExternalResourceException",
364
- $fault: "client",
365
- ...opts,
366
- });
367
- Object.setPrototypeOf(this, ExternalResourceException.prototype);
368
- }
369
- }
370
- export class LicenseNotFoundException extends __BaseException {
371
- name = "LicenseNotFoundException";
372
- $fault = "client";
373
- constructor(opts) {
374
- super({
375
- name: "LicenseNotFoundException",
376
- $fault: "client",
377
- ...opts,
378
- });
379
- Object.setPrototypeOf(this, LicenseNotFoundException.prototype);
380
- }
381
- }
382
- export const ChatResponseConfigurationStatus = {
383
- ACTIVE: "ACTIVE",
384
- CREATING: "CREATING",
385
- FAILED: "FAILED",
386
- UPDATING: "UPDATING",
387
- };
388
- export const ResponseConfigurationType = {
389
- ALL: "ALL",
390
- };
391
- export const DataSourceSyncJobStatus = {
392
- ABORTED: "ABORTED",
393
- FAILED: "FAILED",
394
- INCOMPLETE: "INCOMPLETE",
395
- STOPPING: "STOPPING",
396
- SUCCEEDED: "SUCCEEDED",
397
- SYNCING: "SYNCING",
398
- SYNCING_INDEXING: "SYNCING_INDEXING",
399
- };
400
- export const DocumentStatus = {
401
- DELETED: "DELETED",
402
- DELETING: "DELETING",
403
- DOCUMENT_FAILED_TO_INDEX: "DOCUMENT_FAILED_TO_INDEX",
404
- FAILED: "FAILED",
405
- INDEXED: "INDEXED",
406
- PROCESSING: "PROCESSING",
407
- RECEIVED: "RECEIVED",
408
- UPDATED: "UPDATED",
409
- };
410
- export const HallucinationReductionControl = {
411
- DISABLED: "DISABLED",
412
- ENABLED: "ENABLED",
413
- };
414
- export const ResponseScope = {
415
- ENTERPRISE_CONTENT_ONLY: "ENTERPRISE_CONTENT_ONLY",
416
- EXTENDED_KNOWLEDGE_ENABLED: "EXTENDED_KNOWLEDGE_ENABLED",
417
- };
418
- export const RuleType = {
419
- CONTENT_BLOCKER_RULE: "CONTENT_BLOCKER_RULE",
420
- CONTENT_RETRIEVAL_RULE: "CONTENT_RETRIEVAL_RULE",
421
- };
@@ -1,60 +1 @@
1
- import { QBusinessServiceException as __BaseException } from "./QBusinessServiceException";
2
- export const OutputFormat = {
3
- EXTRACTED: "EXTRACTED",
4
- RAW: "RAW",
5
- };
6
- export const GroupStatus = {
7
- DELETED: "DELETED",
8
- DELETING: "DELETING",
9
- FAILED: "FAILED",
10
- PROCESSING: "PROCESSING",
11
- SUCCEEDED: "SUCCEEDED",
12
- };
13
- export class MediaTooLargeException extends __BaseException {
14
- name = "MediaTooLargeException";
15
- $fault = "client";
16
- constructor(opts) {
17
- super({
18
- name: "MediaTooLargeException",
19
- $fault: "client",
20
- ...opts,
21
- });
22
- Object.setPrototypeOf(this, MediaTooLargeException.prototype);
23
- }
24
- }
25
- export const MessageType = {
26
- SYSTEM: "SYSTEM",
27
- USER: "USER",
28
- };
29
- export const PluginTypeCategory = {
30
- COMMUNICATION: "Communication",
31
- CRM: "Customer relationship management (CRM)",
32
- PRODUCTIVITY: "Productivity",
33
- PROJECT_MANAGEMENT: "Project management",
34
- TICKETING_MANAGEMENT: "Ticketing and incident management",
35
- };
36
- export const MessageUsefulnessReason = {
37
- COMPLETE: "COMPLETE",
38
- FACTUALLY_CORRECT: "FACTUALLY_CORRECT",
39
- HARMFUL_OR_UNSAFE: "HARMFUL_OR_UNSAFE",
40
- HELPFUL: "HELPFUL",
41
- INCORRECT_OR_MISSING_SOURCES: "INCORRECT_OR_MISSING_SOURCES",
42
- NOT_BASED_ON_DOCUMENTS: "NOT_BASED_ON_DOCUMENTS",
43
- NOT_COMPLETE: "NOT_COMPLETE",
44
- NOT_CONCISE: "NOT_CONCISE",
45
- NOT_FACTUALLY_CORRECT: "NOT_FACTUALLY_CORRECT",
46
- NOT_HELPFUL: "NOT_HELPFUL",
47
- OTHER: "OTHER",
48
- RELEVANT_SOURCES: "RELEVANT_SOURCES",
49
- };
50
- export const MessageUsefulness = {
51
- NOT_USEFUL: "NOT_USEFUL",
52
- USEFUL: "USEFUL",
53
- };
54
- export const ScoreConfidence = {
55
- HIGH: "HIGH",
56
- LOW: "LOW",
57
- MEDIUM: "MEDIUM",
58
- NOT_AVAILABLE: "NOT_AVAILABLE",
59
- VERY_HIGH: "VERY_HIGH",
60
- };
1
+ export {};
@@ -853,7 +853,7 @@ const _wEI = "webExperienceId";
853
853
  const _wM = "welcomeMessage";
854
854
  const n0 = "com.amazonaws.qbusiness";
855
855
  import { TypeRegistry } from "@smithy/core/schema";
856
- import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, ExternalResourceException as __ExternalResourceException, InternalServerException as __InternalServerException, LicenseNotFoundException as __LicenseNotFoundException, MediaTooLargeException as __MediaTooLargeException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/index";
856
+ import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, ExternalResourceException as __ExternalResourceException, InternalServerException as __InternalServerException, LicenseNotFoundException as __LicenseNotFoundException, MediaTooLargeException as __MediaTooLargeException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/errors";
857
857
  import { QBusinessServiceException as __QBusinessServiceException } from "../models/QBusinessServiceException";
858
858
  export var DataAccessorName = [0, n0, _DAN, 8, 0];
859
859
  export var KmsKeyId = [0, n0, _KKI, 8, 0];
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { GetChatResponseConfigurationRequest, GetChatResponseConfigurationResponse } from "../models/models_1";
3
+ import { GetChatResponseConfigurationRequest, GetChatResponseConfigurationResponse } from "../models/models_0";
4
4
  import { QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QBusinessClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { GetDocumentContentRequest, GetDocumentContentResponse } from "../models/models_1";
3
+ import { GetDocumentContentRequest, GetDocumentContentResponse } from "../models/models_0";
4
4
  import { QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QBusinessClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { GetGroupRequest, GetGroupResponse } from "../models/models_1";
3
+ import { GetGroupRequest, GetGroupResponse } from "../models/models_0";
4
4
  import { QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QBusinessClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { GetMediaRequest, GetMediaResponse } from "../models/models_1";
3
+ import { GetMediaRequest, GetMediaResponse } from "../models/models_0";
4
4
  import { QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QBusinessClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { GetPolicyRequest, GetPolicyResponse } from "../models/models_1";
3
+ import { GetPolicyRequest, GetPolicyResponse } from "../models/models_0";
4
4
  import { QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QBusinessClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { GetUserRequest, GetUserResponse } from "../models/models_1";
3
+ import { GetUserRequest, GetUserResponse } from "../models/models_0";
4
4
  import { QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QBusinessClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListAttachmentsRequest, ListAttachmentsResponse } from "../models/models_1";
3
+ import { ListAttachmentsRequest, ListAttachmentsResponse } from "../models/models_0";
4
4
  import { QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QBusinessClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListChatResponseConfigurationsRequest, ListChatResponseConfigurationsResponse } from "../models/models_1";
3
+ import { ListChatResponseConfigurationsRequest, ListChatResponseConfigurationsResponse } from "../models/models_0";
4
4
  import { QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QBusinessClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListConversationsRequest, ListConversationsResponse } from "../models/models_1";
3
+ import { ListConversationsRequest, ListConversationsResponse } from "../models/models_0";
4
4
  import { QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QBusinessClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListDataSourceSyncJobsRequest, ListDataSourceSyncJobsResponse } from "../models/models_1";
3
+ import { ListDataSourceSyncJobsRequest, ListDataSourceSyncJobsResponse } from "../models/models_0";
4
4
  import { QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QBusinessClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListDocumentsRequest, ListDocumentsResponse } from "../models/models_1";
3
+ import { ListDocumentsRequest, ListDocumentsResponse } from "../models/models_0";
4
4
  import { QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QBusinessClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListGroupsRequest, ListGroupsResponse } from "../models/models_1";
3
+ import { ListGroupsRequest, ListGroupsResponse } from "../models/models_0";
4
4
  import { QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QBusinessClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListMessagesRequest, ListMessagesResponse } from "../models/models_1";
3
+ import { ListMessagesRequest, ListMessagesResponse } from "../models/models_0";
4
4
  import { QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QBusinessClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListPluginActionsRequest, ListPluginActionsResponse } from "../models/models_1";
3
+ import { ListPluginActionsRequest, ListPluginActionsResponse } from "../models/models_0";
4
4
  import { QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QBusinessClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListPluginTypeActionsRequest, ListPluginTypeActionsResponse } from "../models/models_1";
3
+ import { ListPluginTypeActionsRequest, ListPluginTypeActionsResponse } from "../models/models_0";
4
4
  import { QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QBusinessClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListPluginTypeMetadataRequest, ListPluginTypeMetadataResponse } from "../models/models_1";
3
+ import { ListPluginTypeMetadataRequest, ListPluginTypeMetadataResponse } from "../models/models_0";
4
4
  import { QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QBusinessClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListSubscriptionsRequest, ListSubscriptionsResponse } from "../models/models_1";
3
+ import { ListSubscriptionsRequest, ListSubscriptionsResponse } from "../models/models_0";
4
4
  import { QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QBusinessClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_1";
3
+ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
4
4
  import { QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QBusinessClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { PutFeedbackRequest } from "../models/models_1";
3
+ import { PutFeedbackRequest } from "../models/models_0";
4
4
  import { QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QBusinessClient";
5
5
  /**
6
6
  * @public