aws-sdk-qbusiness 1.3.0 → 1.5.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.
data/sig/types.rbs CHANGED
@@ -8,6 +8,20 @@
8
8
  module Aws::QBusiness
9
9
  module Types
10
10
 
11
+ class APISchema
12
+ attr_accessor payload: ::String
13
+ attr_accessor s3: Types::S3
14
+ attr_accessor unknown: untyped
15
+ SENSITIVE: [:payload]
16
+
17
+ class Payload < APISchema
18
+ end
19
+ class S3 < APISchema
20
+ end
21
+ class Unknown < APISchema
22
+ end
23
+ end
24
+
11
25
  class AccessConfiguration
12
26
  attr_accessor access_controls: ::Array[Types::AccessControl]
13
27
  attr_accessor member_relation: ("AND" | "OR")
@@ -15,8 +29,8 @@ module Aws::QBusiness
15
29
  end
16
30
 
17
31
  class AccessControl
18
- attr_accessor member_relation: ("AND" | "OR")
19
32
  attr_accessor principals: ::Array[Types::Principal]
33
+ attr_accessor member_relation: ("AND" | "OR")
20
34
  SENSITIVE: []
21
35
  end
22
36
 
@@ -26,9 +40,17 @@ module Aws::QBusiness
26
40
  end
27
41
 
28
42
  class ActionExecution
43
+ attr_accessor plugin_id: ::String
29
44
  attr_accessor payload: ::Hash[::String, Types::ActionExecutionPayloadField]
30
45
  attr_accessor payload_field_name_separator: ::String
46
+ SENSITIVE: []
47
+ end
48
+
49
+ class ActionExecutionEvent
31
50
  attr_accessor plugin_id: ::String
51
+ attr_accessor payload: ::Hash[::String, Types::ActionExecutionPayloadField]
52
+ attr_accessor payload_field_name_separator: ::String
53
+ attr_accessor event_type: untyped
32
54
  SENSITIVE: []
33
55
  end
34
56
 
@@ -38,35 +60,49 @@ module Aws::QBusiness
38
60
  end
39
61
 
40
62
  class ActionReview
63
+ attr_accessor plugin_id: ::String
64
+ attr_accessor plugin_type: ("SERVICE_NOW" | "SALESFORCE" | "JIRA" | "ZENDESK" | "CUSTOM")
41
65
  attr_accessor payload: ::Hash[::String, Types::ActionReviewPayloadField]
42
66
  attr_accessor payload_field_name_separator: ::String
67
+ SENSITIVE: []
68
+ end
69
+
70
+ class ActionReviewEvent
71
+ attr_accessor conversation_id: ::String
72
+ attr_accessor user_message_id: ::String
73
+ attr_accessor system_message_id: ::String
43
74
  attr_accessor plugin_id: ::String
44
- attr_accessor plugin_type: ("SERVICE_NOW" | "SALESFORCE" | "JIRA" | "ZENDESK")
75
+ attr_accessor plugin_type: ("SERVICE_NOW" | "SALESFORCE" | "JIRA" | "ZENDESK" | "CUSTOM")
76
+ attr_accessor payload: ::Hash[::String, Types::ActionReviewPayloadField]
77
+ attr_accessor payload_field_name_separator: ::String
78
+ attr_accessor event_type: untyped
45
79
  SENSITIVE: []
46
80
  end
47
81
 
48
82
  class ActionReviewPayloadField
49
- attr_accessor allowed_values: ::Array[Types::ActionReviewPayloadFieldAllowedValue]
50
83
  attr_accessor display_name: ::String
51
84
  attr_accessor display_order: ::Integer
52
- attr_accessor required: bool
85
+ attr_accessor display_description: ::String
53
86
  attr_accessor type: ("STRING" | "NUMBER" | "ARRAY" | "BOOLEAN")
54
87
  attr_accessor value: untyped
88
+ attr_accessor allowed_values: ::Array[Types::ActionReviewPayloadFieldAllowedValue]
89
+ attr_accessor allowed_format: ::String
90
+ attr_accessor required: bool
55
91
  SENSITIVE: []
56
92
  end
57
93
 
58
94
  class ActionReviewPayloadFieldAllowedValue
59
- attr_accessor display_value: untyped
60
95
  attr_accessor value: untyped
96
+ attr_accessor display_value: untyped
61
97
  SENSITIVE: []
62
98
  end
63
99
 
64
100
  class Application
101
+ attr_accessor display_name: ::String
65
102
  attr_accessor application_id: ::String
66
103
  attr_accessor created_at: ::Time
67
- attr_accessor display_name: ::String
68
- attr_accessor status: ("CREATING" | "ACTIVE" | "DELETING" | "FAILED" | "UPDATING")
69
104
  attr_accessor updated_at: ::Time
105
+ attr_accessor status: ("CREATING" | "ACTIVE" | "DELETING" | "FAILED" | "UPDATING")
70
106
  SENSITIVE: []
71
107
  end
72
108
 
@@ -81,15 +117,21 @@ module Aws::QBusiness
81
117
  end
82
118
 
83
119
  class AttachmentInput
84
- attr_accessor data: ::String
85
120
  attr_accessor name: ::String
121
+ attr_accessor data: ::String
122
+ SENSITIVE: []
123
+ end
124
+
125
+ class AttachmentInputEvent
126
+ attr_accessor attachment: Types::AttachmentInput
127
+ attr_accessor event_type: untyped
86
128
  SENSITIVE: []
87
129
  end
88
130
 
89
131
  class AttachmentOutput
90
- attr_accessor error: Types::ErrorDetail
91
132
  attr_accessor name: ::String
92
133
  attr_accessor status: ("FAILED" | "SUCCEEDED")
134
+ attr_accessor error: Types::ErrorDetail
93
135
  SENSITIVE: []
94
136
  end
95
137
 
@@ -100,29 +142,51 @@ module Aws::QBusiness
100
142
 
101
143
  class AttributeFilter
102
144
  attr_accessor and_all_filters: ::Array[Types::AttributeFilter]
145
+ attr_accessor or_all_filters: ::Array[Types::AttributeFilter]
146
+ attr_accessor not_filter: Types::AttributeFilter
147
+ attr_accessor equals_to: Types::DocumentAttribute
103
148
  attr_accessor contains_all: Types::DocumentAttribute
104
149
  attr_accessor contains_any: Types::DocumentAttribute
105
- attr_accessor equals_to: Types::DocumentAttribute
106
150
  attr_accessor greater_than: Types::DocumentAttribute
107
151
  attr_accessor greater_than_or_equals: Types::DocumentAttribute
108
152
  attr_accessor less_than: Types::DocumentAttribute
109
153
  attr_accessor less_than_or_equals: Types::DocumentAttribute
110
- attr_accessor not_filter: Types::AttributeFilter
111
- attr_accessor or_all_filters: ::Array[Types::AttributeFilter]
154
+ SENSITIVE: []
155
+ end
156
+
157
+ class AuthChallengeRequest
158
+ attr_accessor authorization_url: ::String
159
+ SENSITIVE: []
160
+ end
161
+
162
+ class AuthChallengeRequestEvent
163
+ attr_accessor authorization_url: ::String
164
+ attr_accessor event_type: untyped
165
+ SENSITIVE: []
166
+ end
167
+
168
+ class AuthChallengeResponse
169
+ attr_accessor response_map: ::Hash[::String, ::String]
170
+ SENSITIVE: []
171
+ end
172
+
173
+ class AuthChallengeResponseEvent
174
+ attr_accessor response_map: ::Hash[::String, ::String]
175
+ attr_accessor event_type: untyped
112
176
  SENSITIVE: []
113
177
  end
114
178
 
115
179
  class BasicAuthConfiguration
116
- attr_accessor role_arn: ::String
117
180
  attr_accessor secret_arn: ::String
181
+ attr_accessor role_arn: ::String
118
182
  SENSITIVE: []
119
183
  end
120
184
 
121
185
  class BatchDeleteDocumentRequest
122
186
  attr_accessor application_id: ::String
123
- attr_accessor data_source_sync_id: ::String
124
- attr_accessor documents: ::Array[Types::DeleteDocument]
125
187
  attr_accessor index_id: ::String
188
+ attr_accessor documents: ::Array[Types::DeleteDocument]
189
+ attr_accessor data_source_sync_id: ::String
126
190
  SENSITIVE: []
127
191
  end
128
192
 
@@ -133,10 +197,10 @@ module Aws::QBusiness
133
197
 
134
198
  class BatchPutDocumentRequest
135
199
  attr_accessor application_id: ::String
136
- attr_accessor data_source_sync_id: ::String
137
- attr_accessor documents: ::Array[Types::Document]
138
200
  attr_accessor index_id: ::String
201
+ attr_accessor documents: ::Array[Types::Document]
139
202
  attr_accessor role_arn: ::String
203
+ attr_accessor data_source_sync_id: ::String
140
204
  SENSITIVE: []
141
205
  end
142
206
 
@@ -158,6 +222,17 @@ module Aws::QBusiness
158
222
  SENSITIVE: []
159
223
  end
160
224
 
225
+ class ChatInput
226
+ attr_accessor application_id: ::String
227
+ attr_accessor user_id: ::String
228
+ attr_accessor user_groups: ::Array[::String]
229
+ attr_accessor conversation_id: ::String
230
+ attr_accessor parent_message_id: ::String
231
+ attr_accessor client_token: ::String
232
+ attr_accessor input_stream: Types::ChatInputStream
233
+ SENSITIVE: []
234
+ end
235
+
161
236
  class ChatModeConfiguration
162
237
  attr_accessor plugin_configuration: Types::PluginConfiguration
163
238
  attr_accessor unknown: untyped
@@ -169,30 +244,45 @@ module Aws::QBusiness
169
244
  end
170
245
  end
171
246
 
247
+ class ChatOutput
248
+ attr_accessor output_stream: Types::ChatOutputStream
249
+ SENSITIVE: []
250
+ end
251
+
172
252
  class ChatSyncInput
173
- attr_accessor action_execution: Types::ActionExecution
174
253
  attr_accessor application_id: ::String
254
+ attr_accessor user_id: ::String
255
+ attr_accessor user_groups: ::Array[::String]
256
+ attr_accessor user_message: ::String
175
257
  attr_accessor attachments: ::Array[Types::AttachmentInput]
258
+ attr_accessor action_execution: Types::ActionExecution
259
+ attr_accessor auth_challenge_response: Types::AuthChallengeResponse
260
+ attr_accessor conversation_id: ::String
261
+ attr_accessor parent_message_id: ::String
176
262
  attr_accessor attribute_filter: Types::AttributeFilter
177
263
  attr_accessor chat_mode: ("RETRIEVAL_MODE" | "CREATOR_MODE" | "PLUGIN_MODE")
178
264
  attr_accessor chat_mode_configuration: Types::ChatModeConfiguration
179
265
  attr_accessor client_token: ::String
180
- attr_accessor conversation_id: ::String
181
- attr_accessor parent_message_id: ::String
182
- attr_accessor user_groups: ::Array[::String]
183
- attr_accessor user_id: ::String
184
- attr_accessor user_message: ::String
185
266
  SENSITIVE: []
186
267
  end
187
268
 
188
269
  class ChatSyncOutput
189
- attr_accessor action_review: Types::ActionReview
190
270
  attr_accessor conversation_id: ::String
191
- attr_accessor failed_attachments: ::Array[Types::AttachmentOutput]
192
- attr_accessor source_attributions: ::Array[Types::SourceAttribution]
193
271
  attr_accessor system_message: ::String
194
272
  attr_accessor system_message_id: ::String
195
273
  attr_accessor user_message_id: ::String
274
+ attr_accessor action_review: Types::ActionReview
275
+ attr_accessor auth_challenge_request: Types::AuthChallengeRequest
276
+ attr_accessor source_attributions: ::Array[Types::SourceAttribution]
277
+ attr_accessor failed_attachments: ::Array[Types::AttachmentOutput]
278
+ SENSITIVE: []
279
+ end
280
+
281
+ class ConfigurationEvent
282
+ attr_accessor chat_mode: ("RETRIEVAL_MODE" | "CREATOR_MODE" | "PLUGIN_MODE")
283
+ attr_accessor chat_mode_configuration: Types::ChatModeConfiguration
284
+ attr_accessor attribute_filter: Types::AttributeFilter
285
+ attr_accessor event_type: untyped
196
286
  SENSITIVE: []
197
287
  end
198
288
 
@@ -215,105 +305,108 @@ module Aws::QBusiness
215
305
 
216
306
  class Conversation
217
307
  attr_accessor conversation_id: ::String
218
- attr_accessor start_time: ::Time
219
308
  attr_accessor title: ::String
309
+ attr_accessor start_time: ::Time
220
310
  SENSITIVE: []
221
311
  end
222
312
 
223
313
  class CreateApplicationRequest
224
- attr_accessor attachments_configuration: Types::AttachmentsConfiguration
225
- attr_accessor client_token: ::String
226
- attr_accessor description: ::String
227
314
  attr_accessor display_name: ::String
228
- attr_accessor encryption_configuration: Types::EncryptionConfiguration
229
- attr_accessor identity_center_instance_arn: ::String
230
315
  attr_accessor role_arn: ::String
316
+ attr_accessor identity_center_instance_arn: ::String
317
+ attr_accessor description: ::String
318
+ attr_accessor encryption_configuration: Types::EncryptionConfiguration
231
319
  attr_accessor tags: ::Array[Types::Tag]
320
+ attr_accessor client_token: ::String
321
+ attr_accessor attachments_configuration: Types::AttachmentsConfiguration
232
322
  SENSITIVE: []
233
323
  end
234
324
 
235
325
  class CreateApplicationResponse
236
- attr_accessor application_arn: ::String
237
326
  attr_accessor application_id: ::String
327
+ attr_accessor application_arn: ::String
238
328
  SENSITIVE: []
239
329
  end
240
330
 
241
331
  class CreateDataSourceRequest
242
332
  attr_accessor application_id: ::String
243
- attr_accessor client_token: ::String
333
+ attr_accessor index_id: ::String
334
+ attr_accessor display_name: ::String
244
335
  attr_accessor configuration: untyped
336
+ attr_accessor vpc_configuration: Types::DataSourceVpcConfiguration
245
337
  attr_accessor description: ::String
246
- attr_accessor display_name: ::String
247
- attr_accessor document_enrichment_configuration: Types::DocumentEnrichmentConfiguration
248
- attr_accessor index_id: ::String
249
- attr_accessor role_arn: ::String
250
- attr_accessor sync_schedule: ::String
251
338
  attr_accessor tags: ::Array[Types::Tag]
252
- attr_accessor vpc_configuration: Types::DataSourceVpcConfiguration
339
+ attr_accessor sync_schedule: ::String
340
+ attr_accessor role_arn: ::String
341
+ attr_accessor client_token: ::String
342
+ attr_accessor document_enrichment_configuration: Types::DocumentEnrichmentConfiguration
253
343
  SENSITIVE: []
254
344
  end
255
345
 
256
346
  class CreateDataSourceResponse
257
- attr_accessor data_source_arn: ::String
258
347
  attr_accessor data_source_id: ::String
348
+ attr_accessor data_source_arn: ::String
259
349
  SENSITIVE: []
260
350
  end
261
351
 
262
352
  class CreateIndexRequest
263
353
  attr_accessor application_id: ::String
264
- attr_accessor capacity_configuration: Types::IndexCapacityConfiguration
265
- attr_accessor client_token: ::String
266
- attr_accessor description: ::String
267
354
  attr_accessor display_name: ::String
355
+ attr_accessor type: ("ENTERPRISE" | "STARTER")
356
+ attr_accessor description: ::String
268
357
  attr_accessor tags: ::Array[Types::Tag]
358
+ attr_accessor capacity_configuration: Types::IndexCapacityConfiguration
359
+ attr_accessor client_token: ::String
269
360
  SENSITIVE: []
270
361
  end
271
362
 
272
363
  class CreateIndexResponse
273
- attr_accessor index_arn: ::String
274
364
  attr_accessor index_id: ::String
365
+ attr_accessor index_arn: ::String
275
366
  SENSITIVE: []
276
367
  end
277
368
 
278
369
  class CreatePluginRequest
279
370
  attr_accessor application_id: ::String
280
- attr_accessor auth_configuration: Types::PluginAuthConfiguration
281
- attr_accessor client_token: ::String
282
371
  attr_accessor display_name: ::String
372
+ attr_accessor type: ("SERVICE_NOW" | "SALESFORCE" | "JIRA" | "ZENDESK" | "CUSTOM")
373
+ attr_accessor auth_configuration: Types::PluginAuthConfiguration
283
374
  attr_accessor server_url: ::String
375
+ attr_accessor custom_plugin_configuration: Types::CustomPluginConfiguration
284
376
  attr_accessor tags: ::Array[Types::Tag]
285
- attr_accessor type: ("SERVICE_NOW" | "SALESFORCE" | "JIRA" | "ZENDESK")
377
+ attr_accessor client_token: ::String
286
378
  SENSITIVE: []
287
379
  end
288
380
 
289
381
  class CreatePluginResponse
290
- attr_accessor plugin_arn: ::String
291
382
  attr_accessor plugin_id: ::String
383
+ attr_accessor plugin_arn: ::String
384
+ attr_accessor build_status: ("READY" | "CREATE_IN_PROGRESS" | "CREATE_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_FAILED" | "DELETE_IN_PROGRESS" | "DELETE_FAILED")
292
385
  SENSITIVE: []
293
386
  end
294
387
 
295
388
  class CreateRetrieverRequest
296
389
  attr_accessor application_id: ::String
297
- attr_accessor client_token: ::String
298
- attr_accessor configuration: Types::RetrieverConfiguration
390
+ attr_accessor type: ("NATIVE_INDEX" | "KENDRA_INDEX")
299
391
  attr_accessor display_name: ::String
392
+ attr_accessor configuration: Types::RetrieverConfiguration
300
393
  attr_accessor role_arn: ::String
394
+ attr_accessor client_token: ::String
301
395
  attr_accessor tags: ::Array[Types::Tag]
302
- attr_accessor type: ("NATIVE_INDEX" | "KENDRA_INDEX")
303
396
  SENSITIVE: []
304
397
  end
305
398
 
306
399
  class CreateRetrieverResponse
307
- attr_accessor retriever_arn: ::String
308
400
  attr_accessor retriever_id: ::String
401
+ attr_accessor retriever_arn: ::String
309
402
  SENSITIVE: []
310
403
  end
311
404
 
312
405
  class CreateUserRequest
313
406
  attr_accessor application_id: ::String
314
- attr_accessor client_token: ::String
315
- attr_accessor user_aliases: ::Array[Types::UserAlias]
316
407
  attr_accessor user_id: ::String
408
+ attr_accessor user_aliases: ::Array[Types::UserAlias]
409
+ attr_accessor client_token: ::String
317
410
  SENSITIVE: []
318
411
  end
319
412
 
@@ -322,19 +415,19 @@ module Aws::QBusiness
322
415
 
323
416
  class CreateWebExperienceRequest
324
417
  attr_accessor application_id: ::String
325
- attr_accessor client_token: ::String
326
- attr_accessor role_arn: ::String
327
- attr_accessor sample_prompts_control_mode: ("ENABLED" | "DISABLED")
328
- attr_accessor subtitle: ::String
329
- attr_accessor tags: ::Array[Types::Tag]
330
418
  attr_accessor title: ::String
419
+ attr_accessor subtitle: ::String
331
420
  attr_accessor welcome_message: ::String
421
+ attr_accessor sample_prompts_control_mode: ("ENABLED" | "DISABLED")
422
+ attr_accessor role_arn: ::String
423
+ attr_accessor tags: ::Array[Types::Tag]
424
+ attr_accessor client_token: ::String
332
425
  SENSITIVE: []
333
426
  end
334
427
 
335
428
  class CreateWebExperienceResponse
336
- attr_accessor web_experience_arn: ::String
337
429
  attr_accessor web_experience_id: ::String
430
+ attr_accessor web_experience_arn: ::String
338
431
  SENSITIVE: []
339
432
  end
340
433
 
@@ -343,45 +436,52 @@ module Aws::QBusiness
343
436
  SENSITIVE: []
344
437
  end
345
438
 
439
+ class CustomPluginConfiguration
440
+ attr_accessor description: ::String
441
+ attr_accessor api_schema_type: ("OPEN_API_V3")
442
+ attr_accessor api_schema: Types::APISchema
443
+ SENSITIVE: []
444
+ end
445
+
346
446
  class DataSource
347
- attr_accessor created_at: ::Time
348
- attr_accessor data_source_id: ::String
349
447
  attr_accessor display_name: ::String
350
- attr_accessor status: ("PENDING_CREATION" | "CREATING" | "ACTIVE" | "DELETING" | "FAILED" | "UPDATING")
448
+ attr_accessor data_source_id: ::String
351
449
  attr_accessor type: ::String
450
+ attr_accessor created_at: ::Time
352
451
  attr_accessor updated_at: ::Time
452
+ attr_accessor status: ("PENDING_CREATION" | "CREATING" | "ACTIVE" | "DELETING" | "FAILED" | "UPDATING")
353
453
  SENSITIVE: []
354
454
  end
355
455
 
356
456
  class DataSourceSyncJob
357
- attr_accessor data_source_error_code: ::String
358
- attr_accessor end_time: ::Time
359
- attr_accessor error: Types::ErrorDetail
360
457
  attr_accessor execution_id: ::String
361
- attr_accessor metrics: Types::DataSourceSyncJobMetrics
362
458
  attr_accessor start_time: ::Time
459
+ attr_accessor end_time: ::Time
363
460
  attr_accessor status: ("FAILED" | "SUCCEEDED" | "SYNCING" | "INCOMPLETE" | "STOPPING" | "ABORTED" | "SYNCING_INDEXING")
461
+ attr_accessor error: Types::ErrorDetail
462
+ attr_accessor data_source_error_code: ::String
463
+ attr_accessor metrics: Types::DataSourceSyncJobMetrics
364
464
  SENSITIVE: []
365
465
  end
366
466
 
367
467
  class DataSourceSyncJobMetrics
368
468
  attr_accessor documents_added: ::String
469
+ attr_accessor documents_modified: ::String
369
470
  attr_accessor documents_deleted: ::String
370
471
  attr_accessor documents_failed: ::String
371
- attr_accessor documents_modified: ::String
372
472
  attr_accessor documents_scanned: ::String
373
473
  SENSITIVE: []
374
474
  end
375
475
 
376
476
  class DataSourceVpcConfiguration
377
- attr_accessor security_group_ids: ::Array[::String]
378
477
  attr_accessor subnet_ids: ::Array[::String]
478
+ attr_accessor security_group_ids: ::Array[::String]
379
479
  SENSITIVE: []
380
480
  end
381
481
 
382
482
  class DateAttributeBoostingConfiguration
383
- attr_accessor boosting_duration_in_seconds: ::Integer
384
483
  attr_accessor boosting_level: ("NONE" | "LOW" | "MEDIUM" | "HIGH" | "VERY_HIGH")
484
+ attr_accessor boosting_duration_in_seconds: ::Integer
385
485
  SENSITIVE: []
386
486
  end
387
487
 
@@ -402,8 +502,8 @@ module Aws::QBusiness
402
502
  end
403
503
 
404
504
  class DeleteConversationRequest
405
- attr_accessor application_id: ::String
406
505
  attr_accessor conversation_id: ::String
506
+ attr_accessor application_id: ::String
407
507
  attr_accessor user_id: ::String
408
508
  SENSITIVE: []
409
509
  end
@@ -413,8 +513,8 @@ module Aws::QBusiness
413
513
 
414
514
  class DeleteDataSourceRequest
415
515
  attr_accessor application_id: ::String
416
- attr_accessor data_source_id: ::String
417
516
  attr_accessor index_id: ::String
517
+ attr_accessor data_source_id: ::String
418
518
  SENSITIVE: []
419
519
  end
420
520
 
@@ -428,9 +528,9 @@ module Aws::QBusiness
428
528
 
429
529
  class DeleteGroupRequest
430
530
  attr_accessor application_id: ::String
431
- attr_accessor data_source_id: ::String
432
- attr_accessor group_name: ::String
433
531
  attr_accessor index_id: ::String
532
+ attr_accessor group_name: ::String
533
+ attr_accessor data_source_id: ::String
434
534
  SENSITIVE: []
435
535
  end
436
536
 
@@ -483,13 +583,13 @@ module Aws::QBusiness
483
583
  end
484
584
 
485
585
  class Document
486
- attr_accessor access_configuration: Types::AccessConfiguration
586
+ attr_accessor id: ::String
487
587
  attr_accessor attributes: ::Array[Types::DocumentAttribute]
488
588
  attr_accessor content: Types::DocumentContent
489
589
  attr_accessor content_type: ("PDF" | "HTML" | "MS_WORD" | "PLAIN_TEXT" | "PPT" | "RTF" | "XML" | "XSLT" | "MS_EXCEL" | "CSV" | "JSON" | "MD")
490
- attr_accessor document_enrichment_configuration: Types::DocumentEnrichmentConfiguration
491
- attr_accessor id: ::String
492
590
  attr_accessor title: ::String
591
+ attr_accessor access_configuration: Types::AccessConfiguration
592
+ attr_accessor document_enrichment_configuration: Types::DocumentEnrichmentConfiguration
493
593
  SENSITIVE: []
494
594
  end
495
595
 
@@ -500,19 +600,19 @@ module Aws::QBusiness
500
600
  end
501
601
 
502
602
  class DocumentAttributeBoostingConfiguration
503
- attr_accessor date_configuration: Types::DateAttributeBoostingConfiguration
504
603
  attr_accessor number_configuration: Types::NumberAttributeBoostingConfiguration
505
604
  attr_accessor string_configuration: Types::StringAttributeBoostingConfiguration
605
+ attr_accessor date_configuration: Types::DateAttributeBoostingConfiguration
506
606
  attr_accessor string_list_configuration: Types::StringListAttributeBoostingConfiguration
507
607
  attr_accessor unknown: untyped
508
608
  SENSITIVE: []
509
609
 
510
- class DateConfiguration < DocumentAttributeBoostingConfiguration
511
- end
512
610
  class NumberConfiguration < DocumentAttributeBoostingConfiguration
513
611
  end
514
612
  class StringConfiguration < DocumentAttributeBoostingConfiguration
515
613
  end
614
+ class DateConfiguration < DocumentAttributeBoostingConfiguration
615
+ end
516
616
  class StringListConfiguration < DocumentAttributeBoostingConfiguration
517
617
  end
518
618
  class Unknown < DocumentAttributeBoostingConfiguration
@@ -528,33 +628,33 @@ module Aws::QBusiness
528
628
 
529
629
  class DocumentAttributeConfiguration
530
630
  attr_accessor name: ::String
531
- attr_accessor search: ("ENABLED" | "DISABLED")
532
631
  attr_accessor type: ("STRING" | "STRING_LIST" | "NUMBER" | "DATE")
632
+ attr_accessor search: ("ENABLED" | "DISABLED")
533
633
  SENSITIVE: []
534
634
  end
535
635
 
536
636
  class DocumentAttributeTarget
537
- attr_accessor attribute_value_operator: ("DELETE")
538
637
  attr_accessor key: ::String
539
638
  attr_accessor value: Types::DocumentAttributeValue
639
+ attr_accessor attribute_value_operator: ("DELETE")
540
640
  SENSITIVE: []
541
641
  end
542
642
 
543
643
  class DocumentAttributeValue
544
- attr_accessor date_value: ::Time
545
- attr_accessor long_value: ::Integer
546
- attr_accessor string_list_value: ::Array[::String]
547
644
  attr_accessor string_value: ::String
645
+ attr_accessor string_list_value: ::Array[::String]
646
+ attr_accessor long_value: ::Integer
647
+ attr_accessor date_value: ::Time
548
648
  attr_accessor unknown: untyped
549
649
  SENSITIVE: []
550
650
 
551
- class DateValue < DocumentAttributeValue
552
- end
553
- class LongValue < DocumentAttributeValue
651
+ class StringValue < DocumentAttributeValue
554
652
  end
555
653
  class StringListValue < DocumentAttributeValue
556
654
  end
557
- class StringValue < DocumentAttributeValue
655
+ class LongValue < DocumentAttributeValue
656
+ end
657
+ class DateValue < DocumentAttributeValue
558
658
  end
559
659
  class Unknown < DocumentAttributeValue
560
660
  end
@@ -575,24 +675,24 @@ module Aws::QBusiness
575
675
  end
576
676
 
577
677
  class DocumentDetails
578
- attr_accessor created_at: ::Time
579
678
  attr_accessor document_id: ::String
580
- attr_accessor error: Types::ErrorDetail
581
679
  attr_accessor status: ("RECEIVED" | "PROCESSING" | "INDEXED" | "UPDATED" | "FAILED" | "DELETING" | "DELETED" | "DOCUMENT_FAILED_TO_INDEX")
680
+ attr_accessor error: Types::ErrorDetail
681
+ attr_accessor created_at: ::Time
582
682
  attr_accessor updated_at: ::Time
583
683
  SENSITIVE: []
584
684
  end
585
685
 
586
686
  class DocumentEnrichmentConfiguration
587
687
  attr_accessor inline_configurations: ::Array[Types::InlineDocumentEnrichmentConfiguration]
588
- attr_accessor post_extraction_hook_configuration: Types::HookConfiguration
589
688
  attr_accessor pre_extraction_hook_configuration: Types::HookConfiguration
689
+ attr_accessor post_extraction_hook_configuration: Types::HookConfiguration
590
690
  SENSITIVE: []
591
691
  end
592
692
 
593
693
  class EligibleDataSource
594
- attr_accessor data_source_id: ::String
595
694
  attr_accessor index_id: ::String
695
+ attr_accessor data_source_id: ::String
596
696
  SENSITIVE: []
597
697
  end
598
698
 
@@ -601,16 +701,30 @@ module Aws::QBusiness
601
701
  SENSITIVE: [:kms_key_id]
602
702
  end
603
703
 
704
+ class EndOfInputEvent
705
+ attr_accessor event_type: untyped
706
+ SENSITIVE: []
707
+ end
708
+
604
709
  class ErrorDetail
605
- attr_accessor error_code: ("InternalError" | "InvalidRequest" | "ResourceInactive" | "ResourceNotFound")
606
710
  attr_accessor error_message: ::String
711
+ attr_accessor error_code: ("InternalError" | "InvalidRequest" | "ResourceInactive" | "ResourceNotFound")
712
+ SENSITIVE: []
713
+ end
714
+
715
+ class FailedAttachmentEvent
716
+ attr_accessor conversation_id: ::String
717
+ attr_accessor user_message_id: ::String
718
+ attr_accessor system_message_id: ::String
719
+ attr_accessor attachment: Types::AttachmentOutput
720
+ attr_accessor event_type: untyped
607
721
  SENSITIVE: []
608
722
  end
609
723
 
610
724
  class FailedDocument
611
- attr_accessor data_source_id: ::String
612
- attr_accessor error: Types::ErrorDetail
613
725
  attr_accessor id: ::String
726
+ attr_accessor error: Types::ErrorDetail
727
+ attr_accessor data_source_id: ::String
614
728
  SENSITIVE: []
615
729
  end
616
730
 
@@ -620,18 +734,18 @@ module Aws::QBusiness
620
734
  end
621
735
 
622
736
  class GetApplicationResponse
623
- attr_accessor application_arn: ::String
624
- attr_accessor application_id: ::String
625
- attr_accessor attachments_configuration: Types::AppliedAttachmentsConfiguration
626
- attr_accessor created_at: ::Time
627
- attr_accessor description: ::String
628
737
  attr_accessor display_name: ::String
629
- attr_accessor encryption_configuration: Types::EncryptionConfiguration
630
- attr_accessor error: Types::ErrorDetail
738
+ attr_accessor application_id: ::String
739
+ attr_accessor application_arn: ::String
631
740
  attr_accessor identity_center_application_arn: ::String
632
741
  attr_accessor role_arn: ::String
633
742
  attr_accessor status: ("CREATING" | "ACTIVE" | "DELETING" | "FAILED" | "UPDATING")
743
+ attr_accessor description: ::String
744
+ attr_accessor encryption_configuration: Types::EncryptionConfiguration
745
+ attr_accessor created_at: ::Time
634
746
  attr_accessor updated_at: ::Time
747
+ attr_accessor error: Types::ErrorDetail
748
+ attr_accessor attachments_configuration: Types::AppliedAttachmentsConfiguration
635
749
  SENSITIVE: []
636
750
  end
637
751
 
@@ -643,46 +757,46 @@ module Aws::QBusiness
643
757
  end
644
758
 
645
759
  class GetChatControlsConfigurationResponse
760
+ attr_accessor response_scope: ("ENTERPRISE_CONTENT_ONLY" | "EXTENDED_KNOWLEDGE_ENABLED")
646
761
  attr_accessor blocked_phrases: Types::BlockedPhrasesConfiguration
762
+ attr_accessor topic_configurations: ::Array[Types::TopicConfiguration]
647
763
  attr_accessor creator_mode_configuration: Types::AppliedCreatorModeConfiguration
648
764
  attr_accessor next_token: ::String
649
- attr_accessor response_scope: ("ENTERPRISE_CONTENT_ONLY" | "EXTENDED_KNOWLEDGE_ENABLED")
650
- attr_accessor topic_configurations: ::Array[Types::TopicConfiguration]
651
765
  SENSITIVE: []
652
766
  end
653
767
 
654
768
  class GetDataSourceRequest
655
769
  attr_accessor application_id: ::String
656
- attr_accessor data_source_id: ::String
657
770
  attr_accessor index_id: ::String
771
+ attr_accessor data_source_id: ::String
658
772
  SENSITIVE: []
659
773
  end
660
774
 
661
775
  class GetDataSourceResponse
662
776
  attr_accessor application_id: ::String
777
+ attr_accessor index_id: ::String
778
+ attr_accessor data_source_id: ::String
779
+ attr_accessor data_source_arn: ::String
780
+ attr_accessor display_name: ::String
781
+ attr_accessor type: ::String
663
782
  attr_accessor configuration: untyped
783
+ attr_accessor vpc_configuration: Types::DataSourceVpcConfiguration
664
784
  attr_accessor created_at: ::Time
665
- attr_accessor data_source_arn: ::String
666
- attr_accessor data_source_id: ::String
785
+ attr_accessor updated_at: ::Time
667
786
  attr_accessor description: ::String
668
- attr_accessor display_name: ::String
669
- attr_accessor document_enrichment_configuration: Types::DocumentEnrichmentConfiguration
670
- attr_accessor error: Types::ErrorDetail
671
- attr_accessor index_id: ::String
672
- attr_accessor role_arn: ::String
673
787
  attr_accessor status: ("PENDING_CREATION" | "CREATING" | "ACTIVE" | "DELETING" | "FAILED" | "UPDATING")
674
788
  attr_accessor sync_schedule: ::String
675
- attr_accessor type: ::String
676
- attr_accessor updated_at: ::Time
677
- attr_accessor vpc_configuration: Types::DataSourceVpcConfiguration
789
+ attr_accessor role_arn: ::String
790
+ attr_accessor error: Types::ErrorDetail
791
+ attr_accessor document_enrichment_configuration: Types::DocumentEnrichmentConfiguration
678
792
  SENSITIVE: []
679
793
  end
680
794
 
681
795
  class GetGroupRequest
682
796
  attr_accessor application_id: ::String
683
- attr_accessor data_source_id: ::String
684
- attr_accessor group_name: ::String
685
797
  attr_accessor index_id: ::String
798
+ attr_accessor group_name: ::String
799
+ attr_accessor data_source_id: ::String
686
800
  SENSITIVE: []
687
801
  end
688
802
 
@@ -700,17 +814,18 @@ module Aws::QBusiness
700
814
 
701
815
  class GetIndexResponse
702
816
  attr_accessor application_id: ::String
703
- attr_accessor capacity_configuration: Types::IndexCapacityConfiguration
704
- attr_accessor created_at: ::Time
705
- attr_accessor description: ::String
817
+ attr_accessor index_id: ::String
706
818
  attr_accessor display_name: ::String
707
- attr_accessor document_attribute_configurations: ::Array[Types::DocumentAttributeConfiguration]
708
- attr_accessor error: Types::ErrorDetail
819
+ attr_accessor type: ("ENTERPRISE" | "STARTER")
709
820
  attr_accessor index_arn: ::String
710
- attr_accessor index_id: ::String
711
- attr_accessor index_statistics: Types::IndexStatistics
712
821
  attr_accessor status: ("CREATING" | "ACTIVE" | "DELETING" | "FAILED" | "UPDATING")
822
+ attr_accessor description: ::String
823
+ attr_accessor created_at: ::Time
713
824
  attr_accessor updated_at: ::Time
825
+ attr_accessor capacity_configuration: Types::IndexCapacityConfiguration
826
+ attr_accessor document_attribute_configurations: ::Array[Types::DocumentAttributeConfiguration]
827
+ attr_accessor error: Types::ErrorDetail
828
+ attr_accessor index_statistics: Types::IndexStatistics
714
829
  SENSITIVE: []
715
830
  end
716
831
 
@@ -722,14 +837,16 @@ module Aws::QBusiness
722
837
 
723
838
  class GetPluginResponse
724
839
  attr_accessor application_id: ::String
725
- attr_accessor auth_configuration: Types::PluginAuthConfiguration
726
- attr_accessor created_at: ::Time
727
- attr_accessor display_name: ::String
728
- attr_accessor plugin_arn: ::String
729
840
  attr_accessor plugin_id: ::String
841
+ attr_accessor display_name: ::String
842
+ attr_accessor type: ("SERVICE_NOW" | "SALESFORCE" | "JIRA" | "ZENDESK" | "CUSTOM")
730
843
  attr_accessor server_url: ::String
844
+ attr_accessor auth_configuration: Types::PluginAuthConfiguration
845
+ attr_accessor custom_plugin_configuration: Types::CustomPluginConfiguration
846
+ attr_accessor build_status: ("READY" | "CREATE_IN_PROGRESS" | "CREATE_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_FAILED" | "DELETE_IN_PROGRESS" | "DELETE_FAILED")
847
+ attr_accessor plugin_arn: ::String
731
848
  attr_accessor state: ("ENABLED" | "DISABLED")
732
- attr_accessor type: ("SERVICE_NOW" | "SALESFORCE" | "JIRA" | "ZENDESK")
849
+ attr_accessor created_at: ::Time
733
850
  attr_accessor updated_at: ::Time
734
851
  SENSITIVE: []
735
852
  end
@@ -742,14 +859,14 @@ module Aws::QBusiness
742
859
 
743
860
  class GetRetrieverResponse
744
861
  attr_accessor application_id: ::String
745
- attr_accessor configuration: Types::RetrieverConfiguration
746
- attr_accessor created_at: ::Time
747
- attr_accessor display_name: ::String
748
- attr_accessor retriever_arn: ::String
749
862
  attr_accessor retriever_id: ::String
750
- attr_accessor role_arn: ::String
751
- attr_accessor status: ("CREATING" | "ACTIVE" | "FAILED")
863
+ attr_accessor retriever_arn: ::String
752
864
  attr_accessor type: ("NATIVE_INDEX" | "KENDRA_INDEX")
865
+ attr_accessor status: ("CREATING" | "ACTIVE" | "FAILED")
866
+ attr_accessor display_name: ::String
867
+ attr_accessor configuration: Types::RetrieverConfiguration
868
+ attr_accessor role_arn: ::String
869
+ attr_accessor created_at: ::Time
753
870
  attr_accessor updated_at: ::Time
754
871
  SENSITIVE: []
755
872
  end
@@ -773,19 +890,19 @@ module Aws::QBusiness
773
890
 
774
891
  class GetWebExperienceResponse
775
892
  attr_accessor application_id: ::String
776
- attr_accessor authentication_configuration: Types::WebExperienceAuthConfiguration
777
- attr_accessor created_at: ::Time
893
+ attr_accessor web_experience_id: ::String
894
+ attr_accessor web_experience_arn: ::String
778
895
  attr_accessor default_endpoint: ::String
779
- attr_accessor error: Types::ErrorDetail
780
- attr_accessor role_arn: ::String
781
- attr_accessor sample_prompts_control_mode: ("ENABLED" | "DISABLED")
782
896
  attr_accessor status: ("CREATING" | "ACTIVE" | "DELETING" | "FAILED" | "PENDING_AUTH_CONFIG")
783
- attr_accessor subtitle: ::String
784
- attr_accessor title: ::String
897
+ attr_accessor created_at: ::Time
785
898
  attr_accessor updated_at: ::Time
786
- attr_accessor web_experience_arn: ::String
787
- attr_accessor web_experience_id: ::String
899
+ attr_accessor title: ::String
900
+ attr_accessor subtitle: ::String
788
901
  attr_accessor welcome_message: ::String
902
+ attr_accessor sample_prompts_control_mode: ("ENABLED" | "DISABLED")
903
+ attr_accessor role_arn: ::String
904
+ attr_accessor authentication_configuration: Types::WebExperienceAuthConfiguration
905
+ attr_accessor error: Types::ErrorDetail
789
906
  SENSITIVE: []
790
907
  end
791
908
 
@@ -796,9 +913,9 @@ module Aws::QBusiness
796
913
  end
797
914
 
798
915
  class GroupStatusDetail
799
- attr_accessor error_detail: Types::ErrorDetail
800
- attr_accessor last_updated_at: ::Time
801
916
  attr_accessor status: ("FAILED" | "SUCCEEDED" | "PROCESSING" | "DELETING" | "DELETED")
917
+ attr_accessor last_updated_at: ::Time
918
+ attr_accessor error_detail: Types::ErrorDetail
802
919
  SENSITIVE: []
803
920
  end
804
921
 
@@ -810,17 +927,17 @@ module Aws::QBusiness
810
927
  class HookConfiguration
811
928
  attr_accessor invocation_condition: Types::DocumentAttributeCondition
812
929
  attr_accessor lambda_arn: ::String
813
- attr_accessor role_arn: ::String
814
930
  attr_accessor s3_bucket_name: ::String
931
+ attr_accessor role_arn: ::String
815
932
  SENSITIVE: []
816
933
  end
817
934
 
818
935
  class Index
819
- attr_accessor created_at: ::Time
820
936
  attr_accessor display_name: ::String
821
937
  attr_accessor index_id: ::String
822
- attr_accessor status: ("CREATING" | "ACTIVE" | "DELETING" | "FAILED" | "UPDATING")
938
+ attr_accessor created_at: ::Time
823
939
  attr_accessor updated_at: ::Time
940
+ attr_accessor status: ("CREATING" | "ACTIVE" | "DELETING" | "FAILED" | "UPDATING")
824
941
  SENSITIVE: []
825
942
  end
826
943
 
@@ -836,8 +953,8 @@ module Aws::QBusiness
836
953
 
837
954
  class InlineDocumentEnrichmentConfiguration
838
955
  attr_accessor condition: Types::DocumentAttributeCondition
839
- attr_accessor document_content_operator: ("DELETE")
840
956
  attr_accessor target: Types::DocumentAttributeTarget
957
+ attr_accessor document_content_operator: ("DELETE")
841
958
  SENSITIVE: []
842
959
  end
843
960
 
@@ -857,39 +974,39 @@ module Aws::QBusiness
857
974
  end
858
975
 
859
976
  class ListApplicationsRequest
860
- attr_accessor max_results: ::Integer
861
977
  attr_accessor next_token: ::String
978
+ attr_accessor max_results: ::Integer
862
979
  SENSITIVE: []
863
980
  end
864
981
 
865
982
  class ListApplicationsResponse
866
- attr_accessor applications: ::Array[Types::Application]
867
983
  attr_accessor next_token: ::String
984
+ attr_accessor applications: ::Array[Types::Application]
868
985
  SENSITIVE: []
869
986
  end
870
987
 
871
988
  class ListConversationsRequest
872
989
  attr_accessor application_id: ::String
873
- attr_accessor max_results: ::Integer
874
- attr_accessor next_token: ::String
875
990
  attr_accessor user_id: ::String
991
+ attr_accessor next_token: ::String
992
+ attr_accessor max_results: ::Integer
876
993
  SENSITIVE: []
877
994
  end
878
995
 
879
996
  class ListConversationsResponse
880
- attr_accessor conversations: ::Array[Types::Conversation]
881
997
  attr_accessor next_token: ::String
998
+ attr_accessor conversations: ::Array[Types::Conversation]
882
999
  SENSITIVE: []
883
1000
  end
884
1001
 
885
1002
  class ListDataSourceSyncJobsRequest
886
- attr_accessor application_id: ::String
887
1003
  attr_accessor data_source_id: ::String
888
- attr_accessor end_time: ::Time
1004
+ attr_accessor application_id: ::String
889
1005
  attr_accessor index_id: ::String
890
- attr_accessor max_results: ::Integer
891
1006
  attr_accessor next_token: ::String
1007
+ attr_accessor max_results: ::Integer
892
1008
  attr_accessor start_time: ::Time
1009
+ attr_accessor end_time: ::Time
893
1010
  attr_accessor status_filter: ("FAILED" | "SUCCEEDED" | "SYNCING" | "INCOMPLETE" | "STOPPING" | "ABORTED" | "SYNCING_INDEXING")
894
1011
  SENSITIVE: []
895
1012
  end
@@ -903,8 +1020,8 @@ module Aws::QBusiness
903
1020
  class ListDataSourcesRequest
904
1021
  attr_accessor application_id: ::String
905
1022
  attr_accessor index_id: ::String
906
- attr_accessor max_results: ::Integer
907
1023
  attr_accessor next_token: ::String
1024
+ attr_accessor max_results: ::Integer
908
1025
  SENSITIVE: []
909
1026
  end
910
1027
 
@@ -916,10 +1033,10 @@ module Aws::QBusiness
916
1033
 
917
1034
  class ListDocumentsRequest
918
1035
  attr_accessor application_id: ::String
919
- attr_accessor data_source_ids: ::Array[::String]
920
1036
  attr_accessor index_id: ::String
921
- attr_accessor max_results: ::Integer
1037
+ attr_accessor data_source_ids: ::Array[::String]
922
1038
  attr_accessor next_token: ::String
1039
+ attr_accessor max_results: ::Integer
923
1040
  SENSITIVE: []
924
1041
  end
925
1042
 
@@ -931,39 +1048,39 @@ module Aws::QBusiness
931
1048
 
932
1049
  class ListGroupsRequest
933
1050
  attr_accessor application_id: ::String
934
- attr_accessor data_source_id: ::String
935
1051
  attr_accessor index_id: ::String
936
- attr_accessor max_results: ::Integer
937
- attr_accessor next_token: ::String
938
1052
  attr_accessor updated_earlier_than: ::Time
1053
+ attr_accessor data_source_id: ::String
1054
+ attr_accessor next_token: ::String
1055
+ attr_accessor max_results: ::Integer
939
1056
  SENSITIVE: []
940
1057
  end
941
1058
 
942
1059
  class ListGroupsResponse
943
- attr_accessor items: ::Array[Types::GroupSummary]
944
1060
  attr_accessor next_token: ::String
1061
+ attr_accessor items: ::Array[Types::GroupSummary]
945
1062
  SENSITIVE: []
946
1063
  end
947
1064
 
948
1065
  class ListIndicesRequest
949
1066
  attr_accessor application_id: ::String
950
- attr_accessor max_results: ::Integer
951
1067
  attr_accessor next_token: ::String
1068
+ attr_accessor max_results: ::Integer
952
1069
  SENSITIVE: []
953
1070
  end
954
1071
 
955
1072
  class ListIndicesResponse
956
- attr_accessor indices: ::Array[Types::Index]
957
1073
  attr_accessor next_token: ::String
1074
+ attr_accessor indices: ::Array[Types::Index]
958
1075
  SENSITIVE: []
959
1076
  end
960
1077
 
961
1078
  class ListMessagesRequest
962
- attr_accessor application_id: ::String
963
1079
  attr_accessor conversation_id: ::String
964
- attr_accessor max_results: ::Integer
965
- attr_accessor next_token: ::String
1080
+ attr_accessor application_id: ::String
966
1081
  attr_accessor user_id: ::String
1082
+ attr_accessor next_token: ::String
1083
+ attr_accessor max_results: ::Integer
967
1084
  SENSITIVE: []
968
1085
  end
969
1086
 
@@ -975,8 +1092,8 @@ module Aws::QBusiness
975
1092
 
976
1093
  class ListPluginsRequest
977
1094
  attr_accessor application_id: ::String
978
- attr_accessor max_results: ::Integer
979
1095
  attr_accessor next_token: ::String
1096
+ attr_accessor max_results: ::Integer
980
1097
  SENSITIVE: []
981
1098
  end
982
1099
 
@@ -988,14 +1105,14 @@ module Aws::QBusiness
988
1105
 
989
1106
  class ListRetrieversRequest
990
1107
  attr_accessor application_id: ::String
991
- attr_accessor max_results: ::Integer
992
1108
  attr_accessor next_token: ::String
1109
+ attr_accessor max_results: ::Integer
993
1110
  SENSITIVE: []
994
1111
  end
995
1112
 
996
1113
  class ListRetrieversResponse
997
- attr_accessor next_token: ::String
998
1114
  attr_accessor retrievers: ::Array[Types::Retriever]
1115
+ attr_accessor next_token: ::String
999
1116
  SENSITIVE: []
1000
1117
  end
1001
1118
 
@@ -1011,14 +1128,14 @@ module Aws::QBusiness
1011
1128
 
1012
1129
  class ListWebExperiencesRequest
1013
1130
  attr_accessor application_id: ::String
1014
- attr_accessor max_results: ::Integer
1015
1131
  attr_accessor next_token: ::String
1132
+ attr_accessor max_results: ::Integer
1016
1133
  SENSITIVE: []
1017
1134
  end
1018
1135
 
1019
1136
  class ListWebExperiencesResponse
1020
- attr_accessor next_token: ::String
1021
1137
  attr_accessor web_experiences: ::Array[Types::WebExperience]
1138
+ attr_accessor next_token: ::String
1022
1139
  SENSITIVE: []
1023
1140
  end
1024
1141
 
@@ -1029,37 +1146,50 @@ module Aws::QBusiness
1029
1146
  end
1030
1147
 
1031
1148
  class MemberUser
1032
- attr_accessor type: ("INDEX" | "DATASOURCE")
1033
1149
  attr_accessor user_id: ::String
1150
+ attr_accessor type: ("INDEX" | "DATASOURCE")
1034
1151
  SENSITIVE: []
1035
1152
  end
1036
1153
 
1037
1154
  class Message
1038
- attr_accessor action_execution: Types::ActionExecution
1039
- attr_accessor action_review: Types::ActionReview
1040
- attr_accessor attachments: ::Array[Types::AttachmentOutput]
1041
- attr_accessor body: ::String
1042
1155
  attr_accessor message_id: ::String
1043
- attr_accessor source_attribution: ::Array[Types::SourceAttribution]
1156
+ attr_accessor body: ::String
1044
1157
  attr_accessor time: ::Time
1045
1158
  attr_accessor type: ("USER" | "SYSTEM")
1159
+ attr_accessor attachments: ::Array[Types::AttachmentOutput]
1160
+ attr_accessor source_attribution: ::Array[Types::SourceAttribution]
1161
+ attr_accessor action_review: Types::ActionReview
1162
+ attr_accessor action_execution: Types::ActionExecution
1046
1163
  SENSITIVE: []
1047
1164
  end
1048
1165
 
1049
1166
  class MessageUsefulnessFeedback
1050
- attr_accessor comment: ::String
1167
+ attr_accessor usefulness: ("USEFUL" | "NOT_USEFUL")
1051
1168
  attr_accessor reason: ("NOT_FACTUALLY_CORRECT" | "HARMFUL_OR_UNSAFE" | "INCORRECT_OR_MISSING_SOURCES" | "NOT_HELPFUL" | "FACTUALLY_CORRECT" | "COMPLETE" | "RELEVANT_SOURCES" | "HELPFUL" | "NOT_BASED_ON_DOCUMENTS" | "NOT_COMPLETE" | "NOT_CONCISE" | "OTHER")
1169
+ attr_accessor comment: ::String
1052
1170
  attr_accessor submitted_at: ::Time
1053
- attr_accessor usefulness: ("USEFUL" | "NOT_USEFUL")
1171
+ SENSITIVE: []
1172
+ end
1173
+
1174
+ class MetadataEvent
1175
+ attr_accessor conversation_id: ::String
1176
+ attr_accessor user_message_id: ::String
1177
+ attr_accessor system_message_id: ::String
1178
+ attr_accessor source_attributions: ::Array[Types::SourceAttribution]
1179
+ attr_accessor final_text_message: ::String
1180
+ attr_accessor event_type: untyped
1054
1181
  SENSITIVE: []
1055
1182
  end
1056
1183
 
1057
1184
  class NativeIndexConfiguration
1058
- attr_accessor boosting_override: ::Hash[::String, Types::DocumentAttributeBoostingConfiguration]
1059
1185
  attr_accessor index_id: ::String
1186
+ attr_accessor boosting_override: ::Hash[::String, Types::DocumentAttributeBoostingConfiguration]
1060
1187
  SENSITIVE: []
1061
1188
  end
1062
1189
 
1190
+ class NoAuthConfiguration < Aws::EmptyStructure
1191
+ end
1192
+
1063
1193
  class NumberAttributeBoostingConfiguration
1064
1194
  attr_accessor boosting_level: ("NONE" | "LOW" | "MEDIUM" | "HIGH" | "VERY_HIGH")
1065
1195
  attr_accessor boosting_type: ("PRIORITIZE_LARGER_VALUES" | "PRIORITIZE_SMALLER_VALUES")
@@ -1067,18 +1197,19 @@ module Aws::QBusiness
1067
1197
  end
1068
1198
 
1069
1199
  class OAuth2ClientCredentialConfiguration
1070
- attr_accessor role_arn: ::String
1071
1200
  attr_accessor secret_arn: ::String
1201
+ attr_accessor role_arn: ::String
1072
1202
  SENSITIVE: []
1073
1203
  end
1074
1204
 
1075
1205
  class Plugin
1076
- attr_accessor created_at: ::Time
1077
- attr_accessor display_name: ::String
1078
1206
  attr_accessor plugin_id: ::String
1207
+ attr_accessor display_name: ::String
1208
+ attr_accessor type: ("SERVICE_NOW" | "SALESFORCE" | "JIRA" | "ZENDESK" | "CUSTOM")
1079
1209
  attr_accessor server_url: ::String
1080
1210
  attr_accessor state: ("ENABLED" | "DISABLED")
1081
- attr_accessor type: ("SERVICE_NOW" | "SALESFORCE" | "JIRA" | "ZENDESK")
1211
+ attr_accessor build_status: ("READY" | "CREATE_IN_PROGRESS" | "CREATE_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_FAILED" | "DELETE_IN_PROGRESS" | "DELETE_FAILED")
1212
+ attr_accessor created_at: ::Time
1082
1213
  attr_accessor updated_at: ::Time
1083
1214
  SENSITIVE: []
1084
1215
  end
@@ -1086,6 +1217,7 @@ module Aws::QBusiness
1086
1217
  class PluginAuthConfiguration
1087
1218
  attr_accessor basic_auth_configuration: Types::BasicAuthConfiguration
1088
1219
  attr_accessor o_auth_2_client_credential_configuration: Types::OAuth2ClientCredentialConfiguration
1220
+ attr_accessor no_auth_configuration: Types::NoAuthConfiguration
1089
1221
  attr_accessor unknown: untyped
1090
1222
  SENSITIVE: []
1091
1223
 
@@ -1093,6 +1225,8 @@ module Aws::QBusiness
1093
1225
  end
1094
1226
  class OAuth2ClientCredentialConfiguration < PluginAuthConfiguration
1095
1227
  end
1228
+ class NoAuthConfiguration < PluginAuthConfiguration
1229
+ end
1096
1230
  class Unknown < PluginAuthConfiguration
1097
1231
  end
1098
1232
  end
@@ -1103,50 +1237,50 @@ module Aws::QBusiness
1103
1237
  end
1104
1238
 
1105
1239
  class Principal
1106
- attr_accessor group: Types::PrincipalGroup
1107
1240
  attr_accessor user: Types::PrincipalUser
1241
+ attr_accessor group: Types::PrincipalGroup
1108
1242
  attr_accessor unknown: untyped
1109
1243
  SENSITIVE: []
1110
1244
 
1111
- class Group < Principal
1112
- end
1113
1245
  class User < Principal
1114
1246
  end
1247
+ class Group < Principal
1248
+ end
1115
1249
  class Unknown < Principal
1116
1250
  end
1117
1251
  end
1118
1252
 
1119
1253
  class PrincipalGroup
1254
+ attr_accessor name: ::String
1120
1255
  attr_accessor access: ("ALLOW" | "DENY")
1121
1256
  attr_accessor membership_type: ("INDEX" | "DATASOURCE")
1122
- attr_accessor name: ::String
1123
1257
  SENSITIVE: []
1124
1258
  end
1125
1259
 
1126
1260
  class PrincipalUser
1127
- attr_accessor access: ("ALLOW" | "DENY")
1128
1261
  attr_accessor id: ::String
1262
+ attr_accessor access: ("ALLOW" | "DENY")
1129
1263
  attr_accessor membership_type: ("INDEX" | "DATASOURCE")
1130
1264
  SENSITIVE: []
1131
1265
  end
1132
1266
 
1133
1267
  class PutFeedbackRequest
1134
1268
  attr_accessor application_id: ::String
1269
+ attr_accessor user_id: ::String
1135
1270
  attr_accessor conversation_id: ::String
1136
- attr_accessor message_copied_at: ::Time
1137
1271
  attr_accessor message_id: ::String
1272
+ attr_accessor message_copied_at: ::Time
1138
1273
  attr_accessor message_usefulness: Types::MessageUsefulnessFeedback
1139
- attr_accessor user_id: ::String
1140
1274
  SENSITIVE: []
1141
1275
  end
1142
1276
 
1143
1277
  class PutGroupRequest
1144
1278
  attr_accessor application_id: ::String
1145
- attr_accessor data_source_id: ::String
1146
- attr_accessor group_members: Types::GroupMembers
1147
- attr_accessor group_name: ::String
1148
1279
  attr_accessor index_id: ::String
1280
+ attr_accessor group_name: ::String
1281
+ attr_accessor data_source_id: ::String
1149
1282
  attr_accessor type: ("INDEX" | "DATASOURCE")
1283
+ attr_accessor group_members: Types::GroupMembers
1150
1284
  SENSITIVE: []
1151
1285
  end
1152
1286
 
@@ -1162,32 +1296,32 @@ module Aws::QBusiness
1162
1296
 
1163
1297
  class Retriever
1164
1298
  attr_accessor application_id: ::String
1165
- attr_accessor display_name: ::String
1166
1299
  attr_accessor retriever_id: ::String
1167
- attr_accessor status: ("CREATING" | "ACTIVE" | "FAILED")
1168
1300
  attr_accessor type: ("NATIVE_INDEX" | "KENDRA_INDEX")
1301
+ attr_accessor status: ("CREATING" | "ACTIVE" | "FAILED")
1302
+ attr_accessor display_name: ::String
1169
1303
  SENSITIVE: []
1170
1304
  end
1171
1305
 
1172
1306
  class RetrieverConfiguration
1173
- attr_accessor kendra_index_configuration: Types::KendraIndexConfiguration
1174
1307
  attr_accessor native_index_configuration: Types::NativeIndexConfiguration
1308
+ attr_accessor kendra_index_configuration: Types::KendraIndexConfiguration
1175
1309
  attr_accessor unknown: untyped
1176
1310
  SENSITIVE: []
1177
1311
 
1178
- class KendraIndexConfiguration < RetrieverConfiguration
1179
- end
1180
1312
  class NativeIndexConfiguration < RetrieverConfiguration
1181
1313
  end
1314
+ class KendraIndexConfiguration < RetrieverConfiguration
1315
+ end
1182
1316
  class Unknown < RetrieverConfiguration
1183
1317
  end
1184
1318
  end
1185
1319
 
1186
1320
  class Rule
1187
- attr_accessor excluded_users_and_groups: Types::UsersAndGroups
1188
1321
  attr_accessor included_users_and_groups: Types::UsersAndGroups
1189
- attr_accessor rule_configuration: Types::RuleConfiguration
1322
+ attr_accessor excluded_users_and_groups: Types::UsersAndGroups
1190
1323
  attr_accessor rule_type: ("CONTENT_BLOCKER_RULE" | "CONTENT_RETRIEVAL_RULE")
1324
+ attr_accessor rule_configuration: Types::RuleConfiguration
1191
1325
  SENSITIVE: []
1192
1326
  end
1193
1327
 
@@ -1214,8 +1348,8 @@ module Aws::QBusiness
1214
1348
  class SamlConfiguration
1215
1349
  attr_accessor metadata_xml: ::String
1216
1350
  attr_accessor role_arn: ::String
1217
- attr_accessor user_group_attribute: ::String
1218
1351
  attr_accessor user_id_attribute: ::String
1352
+ attr_accessor user_group_attribute: ::String
1219
1353
  SENSITIVE: []
1220
1354
  end
1221
1355
 
@@ -1226,19 +1360,24 @@ module Aws::QBusiness
1226
1360
  SENSITIVE: []
1227
1361
  end
1228
1362
 
1363
+ class SnippetExcerpt
1364
+ attr_accessor text: ::String
1365
+ SENSITIVE: []
1366
+ end
1367
+
1229
1368
  class SourceAttribution
1230
- attr_accessor citation_number: ::Integer
1231
- attr_accessor snippet: ::String
1232
- attr_accessor text_message_segments: ::Array[Types::TextSegment]
1233
1369
  attr_accessor title: ::String
1234
- attr_accessor updated_at: ::Time
1370
+ attr_accessor snippet: ::String
1235
1371
  attr_accessor url: ::String
1372
+ attr_accessor citation_number: ::Integer
1373
+ attr_accessor updated_at: ::Time
1374
+ attr_accessor text_message_segments: ::Array[Types::TextSegment]
1236
1375
  SENSITIVE: []
1237
1376
  end
1238
1377
 
1239
1378
  class StartDataSourceSyncJobRequest
1240
- attr_accessor application_id: ::String
1241
1379
  attr_accessor data_source_id: ::String
1380
+ attr_accessor application_id: ::String
1242
1381
  attr_accessor index_id: ::String
1243
1382
  SENSITIVE: []
1244
1383
  end
@@ -1249,8 +1388,8 @@ module Aws::QBusiness
1249
1388
  end
1250
1389
 
1251
1390
  class StopDataSourceSyncJobRequest
1252
- attr_accessor application_id: ::String
1253
1391
  attr_accessor data_source_id: ::String
1392
+ attr_accessor application_id: ::String
1254
1393
  attr_accessor index_id: ::String
1255
1394
  SENSITIVE: []
1256
1395
  end
@@ -1259,8 +1398,8 @@ module Aws::QBusiness
1259
1398
  end
1260
1399
 
1261
1400
  class StringAttributeBoostingConfiguration
1262
- attr_accessor attribute_value_boosting: ::Hash[::String, ("LOW" | "MEDIUM" | "HIGH" | "VERY_HIGH")]
1263
1401
  attr_accessor boosting_level: ("NONE" | "LOW" | "MEDIUM" | "HIGH" | "VERY_HIGH")
1402
+ attr_accessor attribute_value_boosting: ::Hash[::String, ("LOW" | "MEDIUM" | "HIGH" | "VERY_HIGH")]
1264
1403
  SENSITIVE: []
1265
1404
  end
1266
1405
 
@@ -1290,9 +1429,25 @@ module Aws::QBusiness
1290
1429
  SENSITIVE: []
1291
1430
  end
1292
1431
 
1432
+ class TextInputEvent
1433
+ attr_accessor user_message: ::String
1434
+ attr_accessor event_type: untyped
1435
+ SENSITIVE: []
1436
+ end
1437
+
1438
+ class TextOutputEvent
1439
+ attr_accessor conversation_id: ::String
1440
+ attr_accessor user_message_id: ::String
1441
+ attr_accessor system_message_id: ::String
1442
+ attr_accessor system_message: ::String
1443
+ attr_accessor event_type: untyped
1444
+ SENSITIVE: []
1445
+ end
1446
+
1293
1447
  class TextSegment
1294
1448
  attr_accessor begin_offset: ::Integer
1295
1449
  attr_accessor end_offset: ::Integer
1450
+ attr_accessor snippet_excerpt: Types::SnippetExcerpt
1296
1451
  SENSITIVE: []
1297
1452
  end
1298
1453
 
@@ -1302,9 +1457,9 @@ module Aws::QBusiness
1302
1457
  end
1303
1458
 
1304
1459
  class TopicConfiguration
1460
+ attr_accessor name: ::String
1305
1461
  attr_accessor description: ::String
1306
1462
  attr_accessor example_chat_messages: ::Array[::String]
1307
- attr_accessor name: ::String
1308
1463
  attr_accessor rules: ::Array[Types::Rule]
1309
1464
  SENSITIVE: []
1310
1465
  end
@@ -1320,10 +1475,11 @@ module Aws::QBusiness
1320
1475
 
1321
1476
  class UpdateApplicationRequest
1322
1477
  attr_accessor application_id: ::String
1323
- attr_accessor attachments_configuration: Types::AttachmentsConfiguration
1324
- attr_accessor description: ::String
1478
+ attr_accessor identity_center_instance_arn: ::String
1325
1479
  attr_accessor display_name: ::String
1480
+ attr_accessor description: ::String
1326
1481
  attr_accessor role_arn: ::String
1482
+ attr_accessor attachments_configuration: Types::AttachmentsConfiguration
1327
1483
  SENSITIVE: []
1328
1484
  end
1329
1485
 
@@ -1332,12 +1488,12 @@ module Aws::QBusiness
1332
1488
 
1333
1489
  class UpdateChatControlsConfigurationRequest
1334
1490
  attr_accessor application_id: ::String
1335
- attr_accessor blocked_phrases_configuration_update: Types::BlockedPhrasesConfigurationUpdate
1336
1491
  attr_accessor client_token: ::String
1337
- attr_accessor creator_mode_configuration: Types::CreatorModeConfiguration
1338
1492
  attr_accessor response_scope: ("ENTERPRISE_CONTENT_ONLY" | "EXTENDED_KNOWLEDGE_ENABLED")
1493
+ attr_accessor blocked_phrases_configuration_update: Types::BlockedPhrasesConfigurationUpdate
1339
1494
  attr_accessor topic_configurations_to_create_or_update: ::Array[Types::TopicConfiguration]
1340
1495
  attr_accessor topic_configurations_to_delete: ::Array[Types::TopicConfiguration]
1496
+ attr_accessor creator_mode_configuration: Types::CreatorModeConfiguration
1341
1497
  SENSITIVE: []
1342
1498
  end
1343
1499
 
@@ -1346,15 +1502,15 @@ module Aws::QBusiness
1346
1502
 
1347
1503
  class UpdateDataSourceRequest
1348
1504
  attr_accessor application_id: ::String
1349
- attr_accessor configuration: untyped
1505
+ attr_accessor index_id: ::String
1350
1506
  attr_accessor data_source_id: ::String
1351
- attr_accessor description: ::String
1352
1507
  attr_accessor display_name: ::String
1353
- attr_accessor document_enrichment_configuration: Types::DocumentEnrichmentConfiguration
1354
- attr_accessor index_id: ::String
1355
- attr_accessor role_arn: ::String
1356
- attr_accessor sync_schedule: ::String
1508
+ attr_accessor configuration: untyped
1357
1509
  attr_accessor vpc_configuration: Types::DataSourceVpcConfiguration
1510
+ attr_accessor description: ::String
1511
+ attr_accessor sync_schedule: ::String
1512
+ attr_accessor role_arn: ::String
1513
+ attr_accessor document_enrichment_configuration: Types::DocumentEnrichmentConfiguration
1358
1514
  SENSITIVE: []
1359
1515
  end
1360
1516
 
@@ -1363,11 +1519,11 @@ module Aws::QBusiness
1363
1519
 
1364
1520
  class UpdateIndexRequest
1365
1521
  attr_accessor application_id: ::String
1366
- attr_accessor capacity_configuration: Types::IndexCapacityConfiguration
1367
- attr_accessor description: ::String
1522
+ attr_accessor index_id: ::String
1368
1523
  attr_accessor display_name: ::String
1524
+ attr_accessor description: ::String
1525
+ attr_accessor capacity_configuration: Types::IndexCapacityConfiguration
1369
1526
  attr_accessor document_attribute_configurations: ::Array[Types::DocumentAttributeConfiguration]
1370
- attr_accessor index_id: ::String
1371
1527
  SENSITIVE: []
1372
1528
  end
1373
1529
 
@@ -1376,11 +1532,12 @@ module Aws::QBusiness
1376
1532
 
1377
1533
  class UpdatePluginRequest
1378
1534
  attr_accessor application_id: ::String
1379
- attr_accessor auth_configuration: Types::PluginAuthConfiguration
1380
- attr_accessor display_name: ::String
1381
1535
  attr_accessor plugin_id: ::String
1382
- attr_accessor server_url: ::String
1536
+ attr_accessor display_name: ::String
1383
1537
  attr_accessor state: ("ENABLED" | "DISABLED")
1538
+ attr_accessor server_url: ::String
1539
+ attr_accessor custom_plugin_configuration: Types::CustomPluginConfiguration
1540
+ attr_accessor auth_configuration: Types::PluginAuthConfiguration
1384
1541
  SENSITIVE: []
1385
1542
  end
1386
1543
 
@@ -1389,9 +1546,9 @@ module Aws::QBusiness
1389
1546
 
1390
1547
  class UpdateRetrieverRequest
1391
1548
  attr_accessor application_id: ::String
1549
+ attr_accessor retriever_id: ::String
1392
1550
  attr_accessor configuration: Types::RetrieverConfiguration
1393
1551
  attr_accessor display_name: ::String
1394
- attr_accessor retriever_id: ::String
1395
1552
  attr_accessor role_arn: ::String
1396
1553
  SENSITIVE: []
1397
1554
  end
@@ -1401,27 +1558,28 @@ module Aws::QBusiness
1401
1558
 
1402
1559
  class UpdateUserRequest
1403
1560
  attr_accessor application_id: ::String
1404
- attr_accessor user_aliases_to_delete: ::Array[Types::UserAlias]
1405
- attr_accessor user_aliases_to_update: ::Array[Types::UserAlias]
1406
1561
  attr_accessor user_id: ::String
1562
+ attr_accessor user_aliases_to_update: ::Array[Types::UserAlias]
1563
+ attr_accessor user_aliases_to_delete: ::Array[Types::UserAlias]
1407
1564
  SENSITIVE: []
1408
1565
  end
1409
1566
 
1410
1567
  class UpdateUserResponse
1411
1568
  attr_accessor user_aliases_added: ::Array[Types::UserAlias]
1412
- attr_accessor user_aliases_deleted: ::Array[Types::UserAlias]
1413
1569
  attr_accessor user_aliases_updated: ::Array[Types::UserAlias]
1570
+ attr_accessor user_aliases_deleted: ::Array[Types::UserAlias]
1414
1571
  SENSITIVE: []
1415
1572
  end
1416
1573
 
1417
1574
  class UpdateWebExperienceRequest
1418
1575
  attr_accessor application_id: ::String
1576
+ attr_accessor web_experience_id: ::String
1577
+ attr_accessor role_arn: ::String
1419
1578
  attr_accessor authentication_configuration: Types::WebExperienceAuthConfiguration
1420
- attr_accessor sample_prompts_control_mode: ("ENABLED" | "DISABLED")
1421
- attr_accessor subtitle: ::String
1422
1579
  attr_accessor title: ::String
1423
- attr_accessor web_experience_id: ::String
1580
+ attr_accessor subtitle: ::String
1424
1581
  attr_accessor welcome_message: ::String
1582
+ attr_accessor sample_prompts_control_mode: ("ENABLED" | "DISABLED")
1425
1583
  SENSITIVE: []
1426
1584
  end
1427
1585
 
@@ -1429,37 +1587,37 @@ module Aws::QBusiness
1429
1587
  end
1430
1588
 
1431
1589
  class UserAlias
1432
- attr_accessor data_source_id: ::String
1433
1590
  attr_accessor index_id: ::String
1591
+ attr_accessor data_source_id: ::String
1434
1592
  attr_accessor user_id: ::String
1435
1593
  SENSITIVE: []
1436
1594
  end
1437
1595
 
1438
1596
  class UsersAndGroups
1439
- attr_accessor user_groups: ::Array[::String]
1440
1597
  attr_accessor user_ids: ::Array[::String]
1598
+ attr_accessor user_groups: ::Array[::String]
1441
1599
  SENSITIVE: []
1442
1600
  end
1443
1601
 
1444
1602
  class ValidationException
1445
- attr_accessor fields: ::Array[Types::ValidationExceptionField]
1446
1603
  attr_accessor message: ::String
1447
1604
  attr_accessor reason: ("CANNOT_PARSE" | "FIELD_VALIDATION_FAILED" | "UNKNOWN_OPERATION")
1605
+ attr_accessor fields: ::Array[Types::ValidationExceptionField]
1448
1606
  SENSITIVE: []
1449
1607
  end
1450
1608
 
1451
1609
  class ValidationExceptionField
1452
- attr_accessor message: ::String
1453
1610
  attr_accessor name: ::String
1611
+ attr_accessor message: ::String
1454
1612
  SENSITIVE: []
1455
1613
  end
1456
1614
 
1457
1615
  class WebExperience
1616
+ attr_accessor web_experience_id: ::String
1458
1617
  attr_accessor created_at: ::Time
1618
+ attr_accessor updated_at: ::Time
1459
1619
  attr_accessor default_endpoint: ::String
1460
1620
  attr_accessor status: ("CREATING" | "ACTIVE" | "DELETING" | "FAILED" | "PENDING_AUTH_CONFIG")
1461
- attr_accessor updated_at: ::Time
1462
- attr_accessor web_experience_id: ::String
1463
1621
  SENSITIVE: []
1464
1622
  end
1465
1623
 
@@ -1473,5 +1631,13 @@ module Aws::QBusiness
1473
1631
  class Unknown < WebExperienceAuthConfiguration
1474
1632
  end
1475
1633
  end
1634
+
1635
+ class ChatInputStream < Enumerator[untyped, untyped]
1636
+ def event_types: () -> [:configuration_event, :text_event, :attachment_event, :action_execution_event, :end_of_input_event, :auth_challenge_response_event]
1637
+ end
1638
+
1639
+ class ChatOutputStream < Enumerator[untyped, untyped]
1640
+ def event_types: () -> [:text_event, :metadata_event, :action_review_event, :failed_attachment_event, :auth_challenge_request_event]
1641
+ end
1476
1642
  end
1477
1643
  end