aws-sdk-qbusiness 1.33.0 → 1.37.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.
@@ -52,6 +52,10 @@ module Aws::QBusiness
52
52
  AppliedOrchestrationConfiguration = Shapes::StructureShape.new(name: 'AppliedOrchestrationConfiguration')
53
53
  AssociatePermissionRequest = Shapes::StructureShape.new(name: 'AssociatePermissionRequest')
54
54
  AssociatePermissionResponse = Shapes::StructureShape.new(name: 'AssociatePermissionResponse')
55
+ AssociatedGroup = Shapes::StructureShape.new(name: 'AssociatedGroup')
56
+ AssociatedGroups = Shapes::ListShape.new(name: 'AssociatedGroups')
57
+ AssociatedUser = Shapes::StructureShape.new(name: 'AssociatedUser')
58
+ AssociatedUsers = Shapes::ListShape.new(name: 'AssociatedUsers')
55
59
  Attachment = Shapes::StructureShape.new(name: 'Attachment')
56
60
  AttachmentId = Shapes::StringShape.new(name: 'AttachmentId')
57
61
  AttachmentInput = Shapes::StructureShape.new(name: 'AttachmentInput')
@@ -106,6 +110,8 @@ module Aws::QBusiness
106
110
  ChatOutputStream = Shapes::StructureShape.new(name: 'ChatOutputStream')
107
111
  ChatSyncInput = Shapes::StructureShape.new(name: 'ChatSyncInput')
108
112
  ChatSyncOutput = Shapes::StructureShape.new(name: 'ChatSyncOutput')
113
+ CheckDocumentAccessRequest = Shapes::StructureShape.new(name: 'CheckDocumentAccessRequest')
114
+ CheckDocumentAccessResponse = Shapes::StructureShape.new(name: 'CheckDocumentAccessResponse')
109
115
  ClientIdForOIDC = Shapes::StringShape.new(name: 'ClientIdForOIDC')
110
116
  ClientIdsForOIDC = Shapes::ListShape.new(name: 'ClientIdsForOIDC')
111
117
  ClientNamespace = Shapes::StringShape.new(name: 'ClientNamespace')
@@ -122,6 +128,8 @@ module Aws::QBusiness
122
128
  ConversationTitle = Shapes::StringShape.new(name: 'ConversationTitle')
123
129
  Conversations = Shapes::ListShape.new(name: 'Conversations')
124
130
  CopyFromSource = Shapes::UnionShape.new(name: 'CopyFromSource')
131
+ CreateAnonymousWebExperienceUrlRequest = Shapes::StructureShape.new(name: 'CreateAnonymousWebExperienceUrlRequest')
132
+ CreateAnonymousWebExperienceUrlResponse = Shapes::StructureShape.new(name: 'CreateAnonymousWebExperienceUrlResponse')
125
133
  CreateApplicationRequest = Shapes::StructureShape.new(name: 'CreateApplicationRequest')
126
134
  CreateApplicationResponse = Shapes::StructureShape.new(name: 'CreateApplicationResponse')
127
135
  CreateDataAccessorRequest = Shapes::StructureShape.new(name: 'CreateDataAccessorRequest')
@@ -196,6 +204,14 @@ module Aws::QBusiness
196
204
  DisassociatePermissionRequest = Shapes::StructureShape.new(name: 'DisassociatePermissionRequest')
197
205
  DisassociatePermissionResponse = Shapes::StructureShape.new(name: 'DisassociatePermissionResponse')
198
206
  Document = Shapes::StructureShape.new(name: 'Document')
207
+ DocumentAcl = Shapes::StructureShape.new(name: 'DocumentAcl')
208
+ DocumentAclCondition = Shapes::StructureShape.new(name: 'DocumentAclCondition')
209
+ DocumentAclConditions = Shapes::ListShape.new(name: 'DocumentAclConditions')
210
+ DocumentAclGroup = Shapes::StructureShape.new(name: 'DocumentAclGroup')
211
+ DocumentAclGroups = Shapes::ListShape.new(name: 'DocumentAclGroups')
212
+ DocumentAclMembership = Shapes::StructureShape.new(name: 'DocumentAclMembership')
213
+ DocumentAclUser = Shapes::StructureShape.new(name: 'DocumentAclUser')
214
+ DocumentAclUsers = Shapes::ListShape.new(name: 'DocumentAclUsers')
199
215
  DocumentAttribute = Shapes::StructureShape.new(name: 'DocumentAttribute')
200
216
  DocumentAttributeBoostingConfiguration = Shapes::UnionShape.new(name: 'DocumentAttributeBoostingConfiguration')
201
217
  DocumentAttributeBoostingLevel = Shapes::StringShape.new(name: 'DocumentAttributeBoostingLevel')
@@ -267,6 +283,8 @@ module Aws::QBusiness
267
283
  GroupStatusDetails = Shapes::ListShape.new(name: 'GroupStatusDetails')
268
284
  GroupSummary = Shapes::StructureShape.new(name: 'GroupSummary')
269
285
  GroupSummaryList = Shapes::ListShape.new(name: 'GroupSummaryList')
286
+ HallucinationReductionConfiguration = Shapes::StructureShape.new(name: 'HallucinationReductionConfiguration')
287
+ HallucinationReductionControl = Shapes::StringShape.new(name: 'HallucinationReductionControl')
270
288
  HookConfiguration = Shapes::StructureShape.new(name: 'HookConfiguration')
271
289
  IAMIdentityProviderArn = Shapes::StringShape.new(name: 'IAMIdentityProviderArn')
272
290
  IdcApplicationArn = Shapes::StringShape.new(name: 'IdcApplicationArn')
@@ -452,6 +470,7 @@ module Aws::QBusiness
452
470
  SecurityGroupId = Shapes::StringShape.new(name: 'SecurityGroupId')
453
471
  SecurityGroupIds = Shapes::ListShape.new(name: 'SecurityGroupIds')
454
472
  ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
473
+ SessionDurationInMinutes = Shapes::IntegerShape.new(name: 'SessionDurationInMinutes')
455
474
  SnippetExcerpt = Shapes::StructureShape.new(name: 'SnippetExcerpt')
456
475
  SnippetExcerptText = Shapes::StringShape.new(name: 'SnippetExcerptText')
457
476
  SourceAttribution = Shapes::StructureShape.new(name: 'SourceAttribution')
@@ -481,6 +500,7 @@ module Aws::QBusiness
481
500
  SyncSchedule = Shapes::StringShape.new(name: 'SyncSchedule')
482
501
  SystemMessageId = Shapes::StringShape.new(name: 'SystemMessageId')
483
502
  SystemMessageOverride = Shapes::StringShape.new(name: 'SystemMessageOverride')
503
+ SystemMessageType = Shapes::StringShape.new(name: 'SystemMessageType')
484
504
  Tag = Shapes::StructureShape.new(name: 'Tag')
485
505
  TagKey = Shapes::StringShape.new(name: 'TagKey')
486
506
  TagKeys = Shapes::ListShape.new(name: 'TagKeys')
@@ -669,6 +689,18 @@ module Aws::QBusiness
669
689
  AssociatePermissionResponse.add_member(:statement, Shapes::ShapeRef.new(shape: String, location_name: "statement"))
670
690
  AssociatePermissionResponse.struct_class = Types::AssociatePermissionResponse
671
691
 
692
+ AssociatedGroup.add_member(:name, Shapes::ShapeRef.new(shape: GroupName, location_name: "name"))
693
+ AssociatedGroup.add_member(:type, Shapes::ShapeRef.new(shape: MembershipType, location_name: "type"))
694
+ AssociatedGroup.struct_class = Types::AssociatedGroup
695
+
696
+ AssociatedGroups.member = Shapes::ShapeRef.new(shape: AssociatedGroup)
697
+
698
+ AssociatedUser.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "id"))
699
+ AssociatedUser.add_member(:type, Shapes::ShapeRef.new(shape: MembershipType, location_name: "type"))
700
+ AssociatedUser.struct_class = Types::AssociatedUser
701
+
702
+ AssociatedUsers.member = Shapes::ShapeRef.new(shape: AssociatedUser)
703
+
672
704
  Attachment.add_member(:attachment_id, Shapes::ShapeRef.new(shape: AttachmentId, location_name: "attachmentId"))
673
705
  Attachment.add_member(:conversation_id, Shapes::ShapeRef.new(shape: ConversationId, location_name: "conversationId"))
674
706
  Attachment.add_member(:name, Shapes::ShapeRef.new(shape: AttachmentName, location_name: "name"))
@@ -858,6 +890,19 @@ module Aws::QBusiness
858
890
  ChatSyncOutput.add_member(:failed_attachments, Shapes::ShapeRef.new(shape: AttachmentsOutput, location_name: "failedAttachments"))
859
891
  ChatSyncOutput.struct_class = Types::ChatSyncOutput
860
892
 
893
+ CheckDocumentAccessRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, required: true, location: "uri", location_name: "applicationId"))
894
+ CheckDocumentAccessRequest.add_member(:index_id, Shapes::ShapeRef.new(shape: IndexId, required: true, location: "uri", location_name: "indexId"))
895
+ CheckDocumentAccessRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "userId"))
896
+ CheckDocumentAccessRequest.add_member(:document_id, Shapes::ShapeRef.new(shape: DocumentId, required: true, location: "uri", location_name: "documentId"))
897
+ CheckDocumentAccessRequest.add_member(:data_source_id, Shapes::ShapeRef.new(shape: DataSourceId, location: "querystring", location_name: "dataSourceId"))
898
+ CheckDocumentAccessRequest.struct_class = Types::CheckDocumentAccessRequest
899
+
900
+ CheckDocumentAccessResponse.add_member(:user_groups, Shapes::ShapeRef.new(shape: AssociatedGroups, location_name: "userGroups"))
901
+ CheckDocumentAccessResponse.add_member(:user_aliases, Shapes::ShapeRef.new(shape: AssociatedUsers, location_name: "userAliases"))
902
+ CheckDocumentAccessResponse.add_member(:has_access, Shapes::ShapeRef.new(shape: Boolean, location_name: "hasAccess"))
903
+ CheckDocumentAccessResponse.add_member(:document_acl, Shapes::ShapeRef.new(shape: DocumentAcl, location_name: "documentAcl"))
904
+ CheckDocumentAccessResponse.struct_class = Types::CheckDocumentAccessResponse
905
+
861
906
  ClientIdsForOIDC.member = Shapes::ShapeRef.new(shape: ClientIdForOIDC)
862
907
 
863
908
  ConfigurationEvent.add_member(:chat_mode, Shapes::ShapeRef.new(shape: ChatMode, location_name: "chatMode"))
@@ -899,6 +944,14 @@ module Aws::QBusiness
899
944
  CopyFromSource.add_member_subclass(:unknown, Types::CopyFromSource::Unknown)
900
945
  CopyFromSource.struct_class = Types::CopyFromSource
901
946
 
947
+ CreateAnonymousWebExperienceUrlRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, required: true, location: "uri", location_name: "applicationId"))
948
+ CreateAnonymousWebExperienceUrlRequest.add_member(:web_experience_id, Shapes::ShapeRef.new(shape: WebExperienceId, required: true, location: "uri", location_name: "webExperienceId"))
949
+ CreateAnonymousWebExperienceUrlRequest.add_member(:session_duration_in_minutes, Shapes::ShapeRef.new(shape: SessionDurationInMinutes, location_name: "sessionDurationInMinutes"))
950
+ CreateAnonymousWebExperienceUrlRequest.struct_class = Types::CreateAnonymousWebExperienceUrlRequest
951
+
952
+ CreateAnonymousWebExperienceUrlResponse.add_member(:anonymous_url, Shapes::ShapeRef.new(shape: Url, location_name: "anonymousUrl"))
953
+ CreateAnonymousWebExperienceUrlResponse.struct_class = Types::CreateAnonymousWebExperienceUrlResponse
954
+
902
955
  CreateApplicationRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "displayName"))
903
956
  CreateApplicationRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "roleArn"))
904
957
  CreateApplicationRequest.add_member(:identity_type, Shapes::ShapeRef.new(shape: IdentityType, location_name: "identityType"))
@@ -1191,6 +1244,33 @@ module Aws::QBusiness
1191
1244
  Document.add_member(:media_extraction_configuration, Shapes::ShapeRef.new(shape: MediaExtractionConfiguration, location_name: "mediaExtractionConfiguration"))
1192
1245
  Document.struct_class = Types::Document
1193
1246
 
1247
+ DocumentAcl.add_member(:allowlist, Shapes::ShapeRef.new(shape: DocumentAclMembership, location_name: "allowlist"))
1248
+ DocumentAcl.add_member(:deny_list, Shapes::ShapeRef.new(shape: DocumentAclMembership, location_name: "denyList"))
1249
+ DocumentAcl.struct_class = Types::DocumentAcl
1250
+
1251
+ DocumentAclCondition.add_member(:member_relation, Shapes::ShapeRef.new(shape: MemberRelation, location_name: "memberRelation"))
1252
+ DocumentAclCondition.add_member(:users, Shapes::ShapeRef.new(shape: DocumentAclUsers, location_name: "users"))
1253
+ DocumentAclCondition.add_member(:groups, Shapes::ShapeRef.new(shape: DocumentAclGroups, location_name: "groups"))
1254
+ DocumentAclCondition.struct_class = Types::DocumentAclCondition
1255
+
1256
+ DocumentAclConditions.member = Shapes::ShapeRef.new(shape: DocumentAclCondition)
1257
+
1258
+ DocumentAclGroup.add_member(:name, Shapes::ShapeRef.new(shape: GroupName, location_name: "name"))
1259
+ DocumentAclGroup.add_member(:type, Shapes::ShapeRef.new(shape: MembershipType, location_name: "type"))
1260
+ DocumentAclGroup.struct_class = Types::DocumentAclGroup
1261
+
1262
+ DocumentAclGroups.member = Shapes::ShapeRef.new(shape: DocumentAclGroup)
1263
+
1264
+ DocumentAclMembership.add_member(:member_relation, Shapes::ShapeRef.new(shape: MemberRelation, location_name: "memberRelation"))
1265
+ DocumentAclMembership.add_member(:conditions, Shapes::ShapeRef.new(shape: DocumentAclConditions, location_name: "conditions"))
1266
+ DocumentAclMembership.struct_class = Types::DocumentAclMembership
1267
+
1268
+ DocumentAclUser.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "id"))
1269
+ DocumentAclUser.add_member(:type, Shapes::ShapeRef.new(shape: MembershipType, location_name: "type"))
1270
+ DocumentAclUser.struct_class = Types::DocumentAclUser
1271
+
1272
+ DocumentAclUsers.member = Shapes::ShapeRef.new(shape: DocumentAclUser)
1273
+
1194
1274
  DocumentAttribute.add_member(:name, Shapes::ShapeRef.new(shape: DocumentAttributeKey, required: true, location_name: "name"))
1195
1275
  DocumentAttribute.add_member(:value, Shapes::ShapeRef.new(shape: DocumentAttributeValue, required: true, location_name: "value"))
1196
1276
  DocumentAttribute.struct_class = Types::DocumentAttribute
@@ -1335,6 +1415,7 @@ module Aws::QBusiness
1335
1415
  GetChatControlsConfigurationResponse.add_member(:topic_configurations, Shapes::ShapeRef.new(shape: TopicConfigurations, location_name: "topicConfigurations"))
1336
1416
  GetChatControlsConfigurationResponse.add_member(:creator_mode_configuration, Shapes::ShapeRef.new(shape: AppliedCreatorModeConfiguration, location_name: "creatorModeConfiguration"))
1337
1417
  GetChatControlsConfigurationResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
1418
+ GetChatControlsConfigurationResponse.add_member(:hallucination_reduction_configuration, Shapes::ShapeRef.new(shape: HallucinationReductionConfiguration, location_name: "hallucinationReductionConfiguration"))
1338
1419
  GetChatControlsConfigurationResponse.struct_class = Types::GetChatControlsConfigurationResponse
1339
1420
 
1340
1421
  GetDataAccessorRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, required: true, location: "uri", location_name: "applicationId"))
@@ -1503,6 +1584,9 @@ module Aws::QBusiness
1503
1584
 
1504
1585
  GroupSummaryList.member = Shapes::ShapeRef.new(shape: GroupSummary)
1505
1586
 
1587
+ HallucinationReductionConfiguration.add_member(:hallucination_reduction_control, Shapes::ShapeRef.new(shape: HallucinationReductionControl, location_name: "hallucinationReductionControl"))
1588
+ HallucinationReductionConfiguration.struct_class = Types::HallucinationReductionConfiguration
1589
+
1506
1590
  HookConfiguration.add_member(:invocation_condition, Shapes::ShapeRef.new(shape: DocumentAttributeCondition, location_name: "invocationCondition"))
1507
1591
  HookConfiguration.add_member(:lambda_arn, Shapes::ShapeRef.new(shape: LambdaArn, location_name: "lambdaArn"))
1508
1592
  HookConfiguration.add_member(:s3_bucket_name, Shapes::ShapeRef.new(shape: S3BucketName, location_name: "s3BucketName"))
@@ -2062,6 +2146,7 @@ module Aws::QBusiness
2062
2146
  TextInputEvent.add_member(:user_message, Shapes::ShapeRef.new(shape: UserMessage, required: true, location_name: "userMessage"))
2063
2147
  TextInputEvent.struct_class = Types::TextInputEvent
2064
2148
 
2149
+ TextOutputEvent.add_member(:system_message_type, Shapes::ShapeRef.new(shape: SystemMessageType, location_name: "systemMessageType"))
2065
2150
  TextOutputEvent.add_member(:conversation_id, Shapes::ShapeRef.new(shape: ConversationId, location_name: "conversationId"))
2066
2151
  TextOutputEvent.add_member(:user_message_id, Shapes::ShapeRef.new(shape: MessageId, location_name: "userMessageId"))
2067
2152
  TextOutputEvent.add_member(:system_message_id, Shapes::ShapeRef.new(shape: MessageId, location_name: "systemMessageId"))
@@ -2116,6 +2201,7 @@ module Aws::QBusiness
2116
2201
  UpdateChatControlsConfigurationRequest.add_member(:topic_configurations_to_create_or_update, Shapes::ShapeRef.new(shape: TopicConfigurations, location_name: "topicConfigurationsToCreateOrUpdate"))
2117
2202
  UpdateChatControlsConfigurationRequest.add_member(:topic_configurations_to_delete, Shapes::ShapeRef.new(shape: TopicConfigurations, location_name: "topicConfigurationsToDelete"))
2118
2203
  UpdateChatControlsConfigurationRequest.add_member(:creator_mode_configuration, Shapes::ShapeRef.new(shape: CreatorModeConfiguration, location_name: "creatorModeConfiguration"))
2204
+ UpdateChatControlsConfigurationRequest.add_member(:hallucination_reduction_configuration, Shapes::ShapeRef.new(shape: HallucinationReductionConfiguration, location_name: "hallucinationReductionConfiguration"))
2119
2205
  UpdateChatControlsConfigurationRequest.struct_class = Types::UpdateChatControlsConfigurationRequest
2120
2206
 
2121
2207
  UpdateChatControlsConfigurationResponse.struct_class = Types::UpdateChatControlsConfigurationResponse
@@ -2289,8 +2375,8 @@ module Aws::QBusiness
2289
2375
  o.http_request_uri = "/applications/{applicationId}/policy"
2290
2376
  o.input = Shapes::ShapeRef.new(shape: AssociatePermissionRequest)
2291
2377
  o.output = Shapes::ShapeRef.new(shape: AssociatePermissionResponse)
2292
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2293
2378
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2379
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2294
2380
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2295
2381
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2296
2382
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2304,8 +2390,8 @@ module Aws::QBusiness
2304
2390
  o.http_request_uri = "/applications/{applicationId}/indices/{indexId}/documents/delete"
2305
2391
  o.input = Shapes::ShapeRef.new(shape: BatchDeleteDocumentRequest)
2306
2392
  o.output = Shapes::ShapeRef.new(shape: BatchDeleteDocumentResponse)
2307
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2308
2393
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2394
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2309
2395
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2310
2396
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2311
2397
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2318,8 +2404,8 @@ module Aws::QBusiness
2318
2404
  o.http_request_uri = "/applications/{applicationId}/indices/{indexId}/documents"
2319
2405
  o.input = Shapes::ShapeRef.new(shape: BatchPutDocumentRequest)
2320
2406
  o.output = Shapes::ShapeRef.new(shape: BatchPutDocumentResponse)
2321
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2322
2407
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2408
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2323
2409
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2324
2410
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2325
2411
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2333,8 +2419,8 @@ module Aws::QBusiness
2333
2419
  o.http_request_uri = "/applications/{applicationId}/subscriptions/{subscriptionId}"
2334
2420
  o.input = Shapes::ShapeRef.new(shape: CancelSubscriptionRequest)
2335
2421
  o.output = Shapes::ShapeRef.new(shape: CancelSubscriptionResponse)
2336
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2337
2422
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2423
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2338
2424
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2339
2425
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2340
2426
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
@@ -2346,10 +2432,10 @@ module Aws::QBusiness
2346
2432
  o.http_request_uri = "/applications/{applicationId}/conversations"
2347
2433
  o.input = Shapes::ShapeRef.new(shape: ChatInput)
2348
2434
  o.output = Shapes::ShapeRef.new(shape: ChatOutput)
2349
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2350
2435
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2351
- o.errors << Shapes::ShapeRef.new(shape: LicenseNotFoundException)
2436
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2352
2437
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2438
+ o.errors << Shapes::ShapeRef.new(shape: LicenseNotFoundException)
2353
2439
  o.errors << Shapes::ShapeRef.new(shape: ExternalResourceException)
2354
2440
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2355
2441
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2363,24 +2449,51 @@ module Aws::QBusiness
2363
2449
  o.http_request_uri = "/applications/{applicationId}/conversations?sync"
2364
2450
  o.input = Shapes::ShapeRef.new(shape: ChatSyncInput)
2365
2451
  o.output = Shapes::ShapeRef.new(shape: ChatSyncOutput)
2366
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2367
2452
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2368
- o.errors << Shapes::ShapeRef.new(shape: LicenseNotFoundException)
2453
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2369
2454
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2455
+ o.errors << Shapes::ShapeRef.new(shape: LicenseNotFoundException)
2370
2456
  o.errors << Shapes::ShapeRef.new(shape: ExternalResourceException)
2371
2457
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2372
2458
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2373
2459
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2374
2460
  end)
2375
2461
 
2462
+ api.add_operation(:check_document_access, Seahorse::Model::Operation.new.tap do |o|
2463
+ o.name = "CheckDocumentAccess"
2464
+ o.http_method = "GET"
2465
+ o.http_request_uri = "/applications/{applicationId}/index/{indexId}/users/{userId}/documents/{documentId}/check-document-access"
2466
+ o.input = Shapes::ShapeRef.new(shape: CheckDocumentAccessRequest)
2467
+ o.output = Shapes::ShapeRef.new(shape: CheckDocumentAccessResponse)
2468
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2469
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2470
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2471
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2472
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2473
+ end)
2474
+
2475
+ api.add_operation(:create_anonymous_web_experience_url, Seahorse::Model::Operation.new.tap do |o|
2476
+ o.name = "CreateAnonymousWebExperienceUrl"
2477
+ o.http_method = "POST"
2478
+ o.http_request_uri = "/applications/{applicationId}/experiences/{webExperienceId}/anonymous-url"
2479
+ o.input = Shapes::ShapeRef.new(shape: CreateAnonymousWebExperienceUrlRequest)
2480
+ o.output = Shapes::ShapeRef.new(shape: CreateAnonymousWebExperienceUrlResponse)
2481
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2482
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2483
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2484
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2485
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2486
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
2487
+ end)
2488
+
2376
2489
  api.add_operation(:create_application, Seahorse::Model::Operation.new.tap do |o|
2377
2490
  o.name = "CreateApplication"
2378
2491
  o.http_method = "POST"
2379
2492
  o.http_request_uri = "/applications"
2380
2493
  o.input = Shapes::ShapeRef.new(shape: CreateApplicationRequest)
2381
2494
  o.output = Shapes::ShapeRef.new(shape: CreateApplicationResponse)
2382
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2383
2495
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2496
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2384
2497
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2385
2498
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2386
2499
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2394,8 +2507,8 @@ module Aws::QBusiness
2394
2507
  o.http_request_uri = "/applications/{applicationId}/dataaccessors"
2395
2508
  o.input = Shapes::ShapeRef.new(shape: CreateDataAccessorRequest)
2396
2509
  o.output = Shapes::ShapeRef.new(shape: CreateDataAccessorResponse)
2397
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2398
2510
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2511
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2399
2512
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2400
2513
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2401
2514
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2409,8 +2522,8 @@ module Aws::QBusiness
2409
2522
  o.http_request_uri = "/applications/{applicationId}/indices/{indexId}/datasources"
2410
2523
  o.input = Shapes::ShapeRef.new(shape: CreateDataSourceRequest)
2411
2524
  o.output = Shapes::ShapeRef.new(shape: CreateDataSourceResponse)
2412
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2413
2525
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2526
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2414
2527
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2415
2528
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2416
2529
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2424,8 +2537,8 @@ module Aws::QBusiness
2424
2537
  o.http_request_uri = "/applications/{applicationId}/indices"
2425
2538
  o.input = Shapes::ShapeRef.new(shape: CreateIndexRequest)
2426
2539
  o.output = Shapes::ShapeRef.new(shape: CreateIndexResponse)
2427
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2428
2540
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2541
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2429
2542
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2430
2543
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2431
2544
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2439,8 +2552,8 @@ module Aws::QBusiness
2439
2552
  o.http_request_uri = "/applications/{applicationId}/plugins"
2440
2553
  o.input = Shapes::ShapeRef.new(shape: CreatePluginRequest)
2441
2554
  o.output = Shapes::ShapeRef.new(shape: CreatePluginResponse)
2442
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2443
2555
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2556
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2444
2557
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2445
2558
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2446
2559
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2454,8 +2567,8 @@ module Aws::QBusiness
2454
2567
  o.http_request_uri = "/applications/{applicationId}/retrievers"
2455
2568
  o.input = Shapes::ShapeRef.new(shape: CreateRetrieverRequest)
2456
2569
  o.output = Shapes::ShapeRef.new(shape: CreateRetrieverResponse)
2457
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2458
2570
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2571
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2459
2572
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2460
2573
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2461
2574
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2469,8 +2582,8 @@ module Aws::QBusiness
2469
2582
  o.http_request_uri = "/applications/{applicationId}/subscriptions"
2470
2583
  o.input = Shapes::ShapeRef.new(shape: CreateSubscriptionRequest)
2471
2584
  o.output = Shapes::ShapeRef.new(shape: CreateSubscriptionResponse)
2472
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2473
2585
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2586
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2474
2587
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2475
2588
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2476
2589
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2483,8 +2596,8 @@ module Aws::QBusiness
2483
2596
  o.http_request_uri = "/applications/{applicationId}/users"
2484
2597
  o.input = Shapes::ShapeRef.new(shape: CreateUserRequest)
2485
2598
  o.output = Shapes::ShapeRef.new(shape: CreateUserResponse)
2486
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2487
2599
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2600
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2488
2601
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2489
2602
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2490
2603
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2498,8 +2611,8 @@ module Aws::QBusiness
2498
2611
  o.http_request_uri = "/applications/{applicationId}/experiences"
2499
2612
  o.input = Shapes::ShapeRef.new(shape: CreateWebExperienceRequest)
2500
2613
  o.output = Shapes::ShapeRef.new(shape: CreateWebExperienceResponse)
2501
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2502
2614
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2615
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2503
2616
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2504
2617
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2505
2618
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2513,8 +2626,8 @@ module Aws::QBusiness
2513
2626
  o.http_request_uri = "/applications/{applicationId}"
2514
2627
  o.input = Shapes::ShapeRef.new(shape: DeleteApplicationRequest)
2515
2628
  o.output = Shapes::ShapeRef.new(shape: DeleteApplicationResponse)
2516
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2517
2629
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2630
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2518
2631
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2519
2632
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2520
2633
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2527,8 +2640,8 @@ module Aws::QBusiness
2527
2640
  o.http_request_uri = "/applications/{applicationId}/conversations/{conversationId}/attachments/{attachmentId}"
2528
2641
  o.input = Shapes::ShapeRef.new(shape: DeleteAttachmentRequest)
2529
2642
  o.output = Shapes::ShapeRef.new(shape: DeleteAttachmentResponse)
2530
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2531
2643
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2644
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2532
2645
  o.errors << Shapes::ShapeRef.new(shape: LicenseNotFoundException)
2533
2646
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2534
2647
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2541,8 +2654,8 @@ module Aws::QBusiness
2541
2654
  o.http_request_uri = "/applications/{applicationId}/chatcontrols"
2542
2655
  o.input = Shapes::ShapeRef.new(shape: DeleteChatControlsConfigurationRequest)
2543
2656
  o.output = Shapes::ShapeRef.new(shape: DeleteChatControlsConfigurationResponse)
2544
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2545
2657
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2658
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2546
2659
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2547
2660
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2548
2661
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
@@ -2554,8 +2667,8 @@ module Aws::QBusiness
2554
2667
  o.http_request_uri = "/applications/{applicationId}/conversations/{conversationId}"
2555
2668
  o.input = Shapes::ShapeRef.new(shape: DeleteConversationRequest)
2556
2669
  o.output = Shapes::ShapeRef.new(shape: DeleteConversationResponse)
2557
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2558
2670
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2671
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2559
2672
  o.errors << Shapes::ShapeRef.new(shape: LicenseNotFoundException)
2560
2673
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2561
2674
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2568,8 +2681,8 @@ module Aws::QBusiness
2568
2681
  o.http_request_uri = "/applications/{applicationId}/dataaccessors/{dataAccessorId}"
2569
2682
  o.input = Shapes::ShapeRef.new(shape: DeleteDataAccessorRequest)
2570
2683
  o.output = Shapes::ShapeRef.new(shape: DeleteDataAccessorResponse)
2571
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2572
2684
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2685
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2573
2686
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2574
2687
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2575
2688
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2582,8 +2695,8 @@ module Aws::QBusiness
2582
2695
  o.http_request_uri = "/applications/{applicationId}/indices/{indexId}/datasources/{dataSourceId}"
2583
2696
  o.input = Shapes::ShapeRef.new(shape: DeleteDataSourceRequest)
2584
2697
  o.output = Shapes::ShapeRef.new(shape: DeleteDataSourceResponse)
2585
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2586
2698
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2699
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2587
2700
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2588
2701
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2589
2702
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2596,8 +2709,8 @@ module Aws::QBusiness
2596
2709
  o.http_request_uri = "/applications/{applicationId}/indices/{indexId}/groups/{groupName}"
2597
2710
  o.input = Shapes::ShapeRef.new(shape: DeleteGroupRequest)
2598
2711
  o.output = Shapes::ShapeRef.new(shape: DeleteGroupResponse)
2599
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2600
2712
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2713
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2601
2714
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2602
2715
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2603
2716
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2610,8 +2723,8 @@ module Aws::QBusiness
2610
2723
  o.http_request_uri = "/applications/{applicationId}/indices/{indexId}"
2611
2724
  o.input = Shapes::ShapeRef.new(shape: DeleteIndexRequest)
2612
2725
  o.output = Shapes::ShapeRef.new(shape: DeleteIndexResponse)
2613
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2614
2726
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2727
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2615
2728
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2616
2729
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2617
2730
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2624,8 +2737,8 @@ module Aws::QBusiness
2624
2737
  o.http_request_uri = "/applications/{applicationId}/plugins/{pluginId}"
2625
2738
  o.input = Shapes::ShapeRef.new(shape: DeletePluginRequest)
2626
2739
  o.output = Shapes::ShapeRef.new(shape: DeletePluginResponse)
2627
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2628
2740
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2741
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2629
2742
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2630
2743
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2631
2744
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2638,8 +2751,8 @@ module Aws::QBusiness
2638
2751
  o.http_request_uri = "/applications/{applicationId}/retrievers/{retrieverId}"
2639
2752
  o.input = Shapes::ShapeRef.new(shape: DeleteRetrieverRequest)
2640
2753
  o.output = Shapes::ShapeRef.new(shape: DeleteRetrieverResponse)
2641
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2642
2754
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2755
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2643
2756
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2644
2757
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2645
2758
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2652,8 +2765,8 @@ module Aws::QBusiness
2652
2765
  o.http_request_uri = "/applications/{applicationId}/users/{userId}"
2653
2766
  o.input = Shapes::ShapeRef.new(shape: DeleteUserRequest)
2654
2767
  o.output = Shapes::ShapeRef.new(shape: DeleteUserResponse)
2655
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2656
2768
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2769
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2657
2770
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2658
2771
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2659
2772
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2666,8 +2779,8 @@ module Aws::QBusiness
2666
2779
  o.http_request_uri = "/applications/{applicationId}/experiences/{webExperienceId}"
2667
2780
  o.input = Shapes::ShapeRef.new(shape: DeleteWebExperienceRequest)
2668
2781
  o.output = Shapes::ShapeRef.new(shape: DeleteWebExperienceResponse)
2669
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2670
2782
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2783
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2671
2784
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2672
2785
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2673
2786
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2680,8 +2793,8 @@ module Aws::QBusiness
2680
2793
  o.http_request_uri = "/applications/{applicationId}/policy/{statementId}"
2681
2794
  o.input = Shapes::ShapeRef.new(shape: DisassociatePermissionRequest)
2682
2795
  o.output = Shapes::ShapeRef.new(shape: DisassociatePermissionResponse)
2683
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2684
2796
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2797
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2685
2798
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2686
2799
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2687
2800
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2694,8 +2807,8 @@ module Aws::QBusiness
2694
2807
  o.http_request_uri = "/applications/{applicationId}"
2695
2808
  o.input = Shapes::ShapeRef.new(shape: GetApplicationRequest)
2696
2809
  o.output = Shapes::ShapeRef.new(shape: GetApplicationResponse)
2697
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2698
2810
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2811
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2699
2812
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2700
2813
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2701
2814
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
@@ -2707,8 +2820,8 @@ module Aws::QBusiness
2707
2820
  o.http_request_uri = "/applications/{applicationId}/chatcontrols"
2708
2821
  o.input = Shapes::ShapeRef.new(shape: GetChatControlsConfigurationRequest)
2709
2822
  o.output = Shapes::ShapeRef.new(shape: GetChatControlsConfigurationResponse)
2710
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2711
2823
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2824
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2712
2825
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2713
2826
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2714
2827
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
@@ -2726,8 +2839,8 @@ module Aws::QBusiness
2726
2839
  o.http_request_uri = "/applications/{applicationId}/dataaccessors/{dataAccessorId}"
2727
2840
  o.input = Shapes::ShapeRef.new(shape: GetDataAccessorRequest)
2728
2841
  o.output = Shapes::ShapeRef.new(shape: GetDataAccessorResponse)
2729
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2730
2842
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2843
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2731
2844
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2732
2845
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2733
2846
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
@@ -2739,8 +2852,8 @@ module Aws::QBusiness
2739
2852
  o.http_request_uri = "/applications/{applicationId}/indices/{indexId}/datasources/{dataSourceId}"
2740
2853
  o.input = Shapes::ShapeRef.new(shape: GetDataSourceRequest)
2741
2854
  o.output = Shapes::ShapeRef.new(shape: GetDataSourceResponse)
2742
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2743
2855
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2856
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2744
2857
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2745
2858
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2746
2859
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
@@ -2752,8 +2865,8 @@ module Aws::QBusiness
2752
2865
  o.http_request_uri = "/applications/{applicationId}/indices/{indexId}/groups/{groupName}"
2753
2866
  o.input = Shapes::ShapeRef.new(shape: GetGroupRequest)
2754
2867
  o.output = Shapes::ShapeRef.new(shape: GetGroupResponse)
2755
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2756
2868
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2869
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2757
2870
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2758
2871
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2759
2872
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2766,8 +2879,8 @@ module Aws::QBusiness
2766
2879
  o.http_request_uri = "/applications/{applicationId}/indices/{indexId}"
2767
2880
  o.input = Shapes::ShapeRef.new(shape: GetIndexRequest)
2768
2881
  o.output = Shapes::ShapeRef.new(shape: GetIndexResponse)
2769
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2770
2882
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2883
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2771
2884
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2772
2885
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2773
2886
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
@@ -2779,8 +2892,8 @@ module Aws::QBusiness
2779
2892
  o.http_request_uri = "/applications/{applicationId}/conversations/{conversationId}/messages/{messageId}/media/{mediaId}"
2780
2893
  o.input = Shapes::ShapeRef.new(shape: GetMediaRequest)
2781
2894
  o.output = Shapes::ShapeRef.new(shape: GetMediaResponse)
2782
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2783
2895
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2896
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2784
2897
  o.errors << Shapes::ShapeRef.new(shape: LicenseNotFoundException)
2785
2898
  o.errors << Shapes::ShapeRef.new(shape: MediaTooLargeException)
2786
2899
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
@@ -2794,8 +2907,8 @@ module Aws::QBusiness
2794
2907
  o.http_request_uri = "/applications/{applicationId}/plugins/{pluginId}"
2795
2908
  o.input = Shapes::ShapeRef.new(shape: GetPluginRequest)
2796
2909
  o.output = Shapes::ShapeRef.new(shape: GetPluginResponse)
2797
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2798
2910
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2911
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2799
2912
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2800
2913
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2801
2914
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
@@ -2807,8 +2920,8 @@ module Aws::QBusiness
2807
2920
  o.http_request_uri = "/applications/{applicationId}/policy"
2808
2921
  o.input = Shapes::ShapeRef.new(shape: GetPolicyRequest)
2809
2922
  o.output = Shapes::ShapeRef.new(shape: GetPolicyResponse)
2810
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2811
2923
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2924
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2812
2925
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2813
2926
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2814
2927
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
@@ -2820,8 +2933,8 @@ module Aws::QBusiness
2820
2933
  o.http_request_uri = "/applications/{applicationId}/retrievers/{retrieverId}"
2821
2934
  o.input = Shapes::ShapeRef.new(shape: GetRetrieverRequest)
2822
2935
  o.output = Shapes::ShapeRef.new(shape: GetRetrieverResponse)
2823
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2824
2936
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2937
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2825
2938
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2826
2939
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2827
2940
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
@@ -2833,8 +2946,8 @@ module Aws::QBusiness
2833
2946
  o.http_request_uri = "/applications/{applicationId}/users/{userId}"
2834
2947
  o.input = Shapes::ShapeRef.new(shape: GetUserRequest)
2835
2948
  o.output = Shapes::ShapeRef.new(shape: GetUserResponse)
2836
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2837
2949
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2950
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2838
2951
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2839
2952
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2840
2953
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2847,8 +2960,8 @@ module Aws::QBusiness
2847
2960
  o.http_request_uri = "/applications/{applicationId}/experiences/{webExperienceId}"
2848
2961
  o.input = Shapes::ShapeRef.new(shape: GetWebExperienceRequest)
2849
2962
  o.output = Shapes::ShapeRef.new(shape: GetWebExperienceResponse)
2850
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2851
2963
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2964
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2852
2965
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2853
2966
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2854
2967
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
@@ -2878,8 +2991,8 @@ module Aws::QBusiness
2878
2991
  o.http_request_uri = "/applications/{applicationId}/attachments"
2879
2992
  o.input = Shapes::ShapeRef.new(shape: ListAttachmentsRequest)
2880
2993
  o.output = Shapes::ShapeRef.new(shape: ListAttachmentsResponse)
2881
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2882
2994
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2995
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2883
2996
  o.errors << Shapes::ShapeRef.new(shape: LicenseNotFoundException)
2884
2997
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2885
2998
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2898,8 +3011,8 @@ module Aws::QBusiness
2898
3011
  o.http_request_uri = "/applications/{applicationId}/conversations"
2899
3012
  o.input = Shapes::ShapeRef.new(shape: ListConversationsRequest)
2900
3013
  o.output = Shapes::ShapeRef.new(shape: ListConversationsResponse)
2901
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2902
3014
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3015
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2903
3016
  o.errors << Shapes::ShapeRef.new(shape: LicenseNotFoundException)
2904
3017
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2905
3018
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2918,8 +3031,8 @@ module Aws::QBusiness
2918
3031
  o.http_request_uri = "/applications/{applicationId}/dataaccessors"
2919
3032
  o.input = Shapes::ShapeRef.new(shape: ListDataAccessorsRequest)
2920
3033
  o.output = Shapes::ShapeRef.new(shape: ListDataAccessorsResponse)
2921
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2922
3034
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3035
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2923
3036
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2924
3037
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2925
3038
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
@@ -2937,8 +3050,8 @@ module Aws::QBusiness
2937
3050
  o.http_request_uri = "/applications/{applicationId}/indices/{indexId}/datasources/{dataSourceId}/syncjobs"
2938
3051
  o.input = Shapes::ShapeRef.new(shape: ListDataSourceSyncJobsRequest)
2939
3052
  o.output = Shapes::ShapeRef.new(shape: ListDataSourceSyncJobsResponse)
2940
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2941
3053
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3054
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2942
3055
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2943
3056
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2944
3057
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -2957,8 +3070,8 @@ module Aws::QBusiness
2957
3070
  o.http_request_uri = "/applications/{applicationId}/indices/{indexId}/datasources"
2958
3071
  o.input = Shapes::ShapeRef.new(shape: ListDataSourcesRequest)
2959
3072
  o.output = Shapes::ShapeRef.new(shape: ListDataSourcesResponse)
2960
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2961
3073
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3074
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2962
3075
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2963
3076
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2964
3077
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
@@ -2976,8 +3089,8 @@ module Aws::QBusiness
2976
3089
  o.http_request_uri = "/applications/{applicationId}/index/{indexId}/documents"
2977
3090
  o.input = Shapes::ShapeRef.new(shape: ListDocumentsRequest)
2978
3091
  o.output = Shapes::ShapeRef.new(shape: ListDocumentsResponse)
2979
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2980
3092
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3093
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2981
3094
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2982
3095
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2983
3096
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
@@ -2995,8 +3108,8 @@ module Aws::QBusiness
2995
3108
  o.http_request_uri = "/applications/{applicationId}/indices/{indexId}/groups"
2996
3109
  o.input = Shapes::ShapeRef.new(shape: ListGroupsRequest)
2997
3110
  o.output = Shapes::ShapeRef.new(shape: ListGroupsResponse)
2998
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2999
3111
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3112
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3000
3113
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3001
3114
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3002
3115
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -3015,8 +3128,8 @@ module Aws::QBusiness
3015
3128
  o.http_request_uri = "/applications/{applicationId}/indices"
3016
3129
  o.input = Shapes::ShapeRef.new(shape: ListIndicesRequest)
3017
3130
  o.output = Shapes::ShapeRef.new(shape: ListIndicesResponse)
3018
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3019
3131
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3132
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3020
3133
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3021
3134
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3022
3135
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
@@ -3034,8 +3147,8 @@ module Aws::QBusiness
3034
3147
  o.http_request_uri = "/applications/{applicationId}/conversations/{conversationId}"
3035
3148
  o.input = Shapes::ShapeRef.new(shape: ListMessagesRequest)
3036
3149
  o.output = Shapes::ShapeRef.new(shape: ListMessagesResponse)
3037
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3038
3150
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3151
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3039
3152
  o.errors << Shapes::ShapeRef.new(shape: LicenseNotFoundException)
3040
3153
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3041
3154
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -3054,8 +3167,8 @@ module Aws::QBusiness
3054
3167
  o.http_request_uri = "/applications/{applicationId}/plugins/{pluginId}/actions"
3055
3168
  o.input = Shapes::ShapeRef.new(shape: ListPluginActionsRequest)
3056
3169
  o.output = Shapes::ShapeRef.new(shape: ListPluginActionsResponse)
3057
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3058
3170
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3171
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3059
3172
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3060
3173
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3061
3174
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
@@ -3109,8 +3222,8 @@ module Aws::QBusiness
3109
3222
  o.http_request_uri = "/applications/{applicationId}/plugins"
3110
3223
  o.input = Shapes::ShapeRef.new(shape: ListPluginsRequest)
3111
3224
  o.output = Shapes::ShapeRef.new(shape: ListPluginsResponse)
3112
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3113
3225
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3226
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3114
3227
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3115
3228
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3116
3229
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
@@ -3128,8 +3241,8 @@ module Aws::QBusiness
3128
3241
  o.http_request_uri = "/applications/{applicationId}/retrievers"
3129
3242
  o.input = Shapes::ShapeRef.new(shape: ListRetrieversRequest)
3130
3243
  o.output = Shapes::ShapeRef.new(shape: ListRetrieversResponse)
3131
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3132
3244
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3245
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3133
3246
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3134
3247
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3135
3248
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
@@ -3147,8 +3260,8 @@ module Aws::QBusiness
3147
3260
  o.http_request_uri = "/applications/{applicationId}/subscriptions"
3148
3261
  o.input = Shapes::ShapeRef.new(shape: ListSubscriptionsRequest)
3149
3262
  o.output = Shapes::ShapeRef.new(shape: ListSubscriptionsResponse)
3150
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3151
3263
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3264
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3152
3265
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3153
3266
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3154
3267
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -3167,8 +3280,8 @@ module Aws::QBusiness
3167
3280
  o.http_request_uri = "/v1/tags/{resourceARN}"
3168
3281
  o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
3169
3282
  o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
3170
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3171
3283
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3284
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3172
3285
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3173
3286
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3174
3287
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
@@ -3180,8 +3293,8 @@ module Aws::QBusiness
3180
3293
  o.http_request_uri = "/applications/{applicationId}/experiences"
3181
3294
  o.input = Shapes::ShapeRef.new(shape: ListWebExperiencesRequest)
3182
3295
  o.output = Shapes::ShapeRef.new(shape: ListWebExperiencesResponse)
3183
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3184
3296
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3297
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3185
3298
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3186
3299
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3187
3300
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
@@ -3199,8 +3312,8 @@ module Aws::QBusiness
3199
3312
  o.http_request_uri = "/applications/{applicationId}/conversations/{conversationId}/messages/{messageId}/feedback"
3200
3313
  o.input = Shapes::ShapeRef.new(shape: PutFeedbackRequest)
3201
3314
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
3202
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3203
3315
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3316
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3204
3317
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3205
3318
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3206
3319
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
@@ -3212,8 +3325,8 @@ module Aws::QBusiness
3212
3325
  o.http_request_uri = "/applications/{applicationId}/indices/{indexId}/groups"
3213
3326
  o.input = Shapes::ShapeRef.new(shape: PutGroupRequest)
3214
3327
  o.output = Shapes::ShapeRef.new(shape: PutGroupResponse)
3215
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3216
3328
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3329
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3217
3330
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3218
3331
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3219
3332
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -3227,8 +3340,8 @@ module Aws::QBusiness
3227
3340
  o.http_request_uri = "/applications/{applicationId}/relevant-content"
3228
3341
  o.input = Shapes::ShapeRef.new(shape: SearchRelevantContentRequest)
3229
3342
  o.output = Shapes::ShapeRef.new(shape: SearchRelevantContentResponse)
3230
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3231
3343
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3344
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3232
3345
  o.errors << Shapes::ShapeRef.new(shape: LicenseNotFoundException)
3233
3346
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3234
3347
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -3247,8 +3360,8 @@ module Aws::QBusiness
3247
3360
  o.http_request_uri = "/applications/{applicationId}/indices/{indexId}/datasources/{dataSourceId}/startsync"
3248
3361
  o.input = Shapes::ShapeRef.new(shape: StartDataSourceSyncJobRequest)
3249
3362
  o.output = Shapes::ShapeRef.new(shape: StartDataSourceSyncJobResponse)
3250
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3251
3363
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3364
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3252
3365
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3253
3366
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3254
3367
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -3262,8 +3375,8 @@ module Aws::QBusiness
3262
3375
  o.http_request_uri = "/applications/{applicationId}/indices/{indexId}/datasources/{dataSourceId}/stopsync"
3263
3376
  o.input = Shapes::ShapeRef.new(shape: StopDataSourceSyncJobRequest)
3264
3377
  o.output = Shapes::ShapeRef.new(shape: StopDataSourceSyncJobResponse)
3265
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3266
3378
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3379
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3267
3380
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3268
3381
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3269
3382
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -3276,8 +3389,8 @@ module Aws::QBusiness
3276
3389
  o.http_request_uri = "/v1/tags/{resourceARN}"
3277
3390
  o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
3278
3391
  o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
3279
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3280
3392
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3393
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3281
3394
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3282
3395
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3283
3396
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -3290,8 +3403,8 @@ module Aws::QBusiness
3290
3403
  o.http_request_uri = "/v1/tags/{resourceARN}"
3291
3404
  o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
3292
3405
  o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
3293
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3294
3406
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3407
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3295
3408
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3296
3409
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3297
3410
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
@@ -3303,8 +3416,8 @@ module Aws::QBusiness
3303
3416
  o.http_request_uri = "/applications/{applicationId}"
3304
3417
  o.input = Shapes::ShapeRef.new(shape: UpdateApplicationRequest)
3305
3418
  o.output = Shapes::ShapeRef.new(shape: UpdateApplicationResponse)
3306
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3307
3419
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3420
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3308
3421
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3309
3422
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3310
3423
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -3317,8 +3430,8 @@ module Aws::QBusiness
3317
3430
  o.http_request_uri = "/applications/{applicationId}/chatcontrols"
3318
3431
  o.input = Shapes::ShapeRef.new(shape: UpdateChatControlsConfigurationRequest)
3319
3432
  o.output = Shapes::ShapeRef.new(shape: UpdateChatControlsConfigurationResponse)
3320
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3321
3433
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3434
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3322
3435
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3323
3436
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3324
3437
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -3332,8 +3445,8 @@ module Aws::QBusiness
3332
3445
  o.http_request_uri = "/applications/{applicationId}/dataaccessors/{dataAccessorId}"
3333
3446
  o.input = Shapes::ShapeRef.new(shape: UpdateDataAccessorRequest)
3334
3447
  o.output = Shapes::ShapeRef.new(shape: UpdateDataAccessorResponse)
3335
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3336
3448
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3449
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3337
3450
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3338
3451
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3339
3452
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -3346,8 +3459,8 @@ module Aws::QBusiness
3346
3459
  o.http_request_uri = "/applications/{applicationId}/indices/{indexId}/datasources/{dataSourceId}"
3347
3460
  o.input = Shapes::ShapeRef.new(shape: UpdateDataSourceRequest)
3348
3461
  o.output = Shapes::ShapeRef.new(shape: UpdateDataSourceResponse)
3349
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3350
3462
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3463
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3351
3464
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3352
3465
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3353
3466
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -3360,8 +3473,8 @@ module Aws::QBusiness
3360
3473
  o.http_request_uri = "/applications/{applicationId}/indices/{indexId}"
3361
3474
  o.input = Shapes::ShapeRef.new(shape: UpdateIndexRequest)
3362
3475
  o.output = Shapes::ShapeRef.new(shape: UpdateIndexResponse)
3363
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3364
3476
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3477
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3365
3478
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3366
3479
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3367
3480
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -3375,8 +3488,8 @@ module Aws::QBusiness
3375
3488
  o.http_request_uri = "/applications/{applicationId}/plugins/{pluginId}"
3376
3489
  o.input = Shapes::ShapeRef.new(shape: UpdatePluginRequest)
3377
3490
  o.output = Shapes::ShapeRef.new(shape: UpdatePluginResponse)
3378
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3379
3491
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3492
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3380
3493
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3381
3494
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3382
3495
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -3390,8 +3503,8 @@ module Aws::QBusiness
3390
3503
  o.http_request_uri = "/applications/{applicationId}/retrievers/{retrieverId}"
3391
3504
  o.input = Shapes::ShapeRef.new(shape: UpdateRetrieverRequest)
3392
3505
  o.output = Shapes::ShapeRef.new(shape: UpdateRetrieverResponse)
3393
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3394
3506
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3507
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3395
3508
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3396
3509
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3397
3510
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -3405,8 +3518,8 @@ module Aws::QBusiness
3405
3518
  o.http_request_uri = "/applications/{applicationId}/subscriptions/{subscriptionId}"
3406
3519
  o.input = Shapes::ShapeRef.new(shape: UpdateSubscriptionRequest)
3407
3520
  o.output = Shapes::ShapeRef.new(shape: UpdateSubscriptionResponse)
3408
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3409
3521
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3522
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3410
3523
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3411
3524
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3412
3525
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -3419,8 +3532,9 @@ module Aws::QBusiness
3419
3532
  o.http_request_uri = "/applications/{applicationId}/users/{userId}"
3420
3533
  o.input = Shapes::ShapeRef.new(shape: UpdateUserRequest)
3421
3534
  o.output = Shapes::ShapeRef.new(shape: UpdateUserResponse)
3422
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3423
3535
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3536
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3537
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3424
3538
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3425
3539
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3426
3540
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
@@ -3433,8 +3547,8 @@ module Aws::QBusiness
3433
3547
  o.http_request_uri = "/applications/{applicationId}/experiences/{webExperienceId}"
3434
3548
  o.input = Shapes::ShapeRef.new(shape: UpdateWebExperienceRequest)
3435
3549
  o.output = Shapes::ShapeRef.new(shape: UpdateWebExperienceResponse)
3436
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3437
3550
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3551
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3438
3552
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3439
3553
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3440
3554
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)