aws-sdk-qbusiness 1.23.0 → 1.24.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-qbusiness/async_client.rb +2 -2
- data/lib/aws-sdk-qbusiness/client.rb +932 -9
- data/lib/aws-sdk-qbusiness/client_api.rb +449 -0
- data/lib/aws-sdk-qbusiness/types.rb +910 -16
- data/lib/aws-sdk-qbusiness.rb +2 -2
- data/sig/client.rbs +432 -6
- data/sig/types.rbs +264 -8
- metadata +2 -2
@@ -20,10 +20,13 @@ module Aws::QBusiness
|
|
20
20
|
AccessControl = Shapes::StructureShape.new(name: 'AccessControl')
|
21
21
|
AccessControls = Shapes::ListShape.new(name: 'AccessControls')
|
22
22
|
AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
|
23
|
+
ActionConfiguration = Shapes::StructureShape.new(name: 'ActionConfiguration')
|
24
|
+
ActionConfigurationList = Shapes::ListShape.new(name: 'ActionConfigurationList')
|
23
25
|
ActionExecution = Shapes::StructureShape.new(name: 'ActionExecution')
|
24
26
|
ActionExecutionEvent = Shapes::StructureShape.new(name: 'ActionExecutionEvent')
|
25
27
|
ActionExecutionPayload = Shapes::MapShape.new(name: 'ActionExecutionPayload')
|
26
28
|
ActionExecutionPayloadField = Shapes::StructureShape.new(name: 'ActionExecutionPayloadField')
|
29
|
+
ActionFilterConfiguration = Shapes::StructureShape.new(name: 'ActionFilterConfiguration')
|
27
30
|
ActionPayloadFieldKey = Shapes::StringShape.new(name: 'ActionPayloadFieldKey')
|
28
31
|
ActionPayloadFieldNameSeparator = Shapes::StringShape.new(name: 'ActionPayloadFieldNameSeparator')
|
29
32
|
ActionPayloadFieldType = Shapes::StringShape.new(name: 'ActionPayloadFieldType')
|
@@ -35,6 +38,8 @@ module Aws::QBusiness
|
|
35
38
|
ActionReviewPayloadFieldAllowedValue = Shapes::StructureShape.new(name: 'ActionReviewPayloadFieldAllowedValue')
|
36
39
|
ActionReviewPayloadFieldAllowedValues = Shapes::ListShape.new(name: 'ActionReviewPayloadFieldAllowedValues')
|
37
40
|
ActionReviewPayloadFieldArrayItemJsonSchema = Shapes::DocumentShape.new(name: 'ActionReviewPayloadFieldArrayItemJsonSchema', document: true)
|
41
|
+
ActionSummary = Shapes::StructureShape.new(name: 'ActionSummary')
|
42
|
+
Actions = Shapes::ListShape.new(name: 'Actions')
|
38
43
|
AmazonResourceName = Shapes::StringShape.new(name: 'AmazonResourceName')
|
39
44
|
Application = Shapes::StructureShape.new(name: 'Application')
|
40
45
|
ApplicationArn = Shapes::StringShape.new(name: 'ApplicationArn')
|
@@ -44,6 +49,8 @@ module Aws::QBusiness
|
|
44
49
|
Applications = Shapes::ListShape.new(name: 'Applications')
|
45
50
|
AppliedAttachmentsConfiguration = Shapes::StructureShape.new(name: 'AppliedAttachmentsConfiguration')
|
46
51
|
AppliedCreatorModeConfiguration = Shapes::StructureShape.new(name: 'AppliedCreatorModeConfiguration')
|
52
|
+
AssociatePermissionRequest = Shapes::StructureShape.new(name: 'AssociatePermissionRequest')
|
53
|
+
AssociatePermissionResponse = Shapes::StructureShape.new(name: 'AssociatePermissionResponse')
|
47
54
|
Attachment = Shapes::StructureShape.new(name: 'Attachment')
|
48
55
|
AttachmentId = Shapes::StringShape.new(name: 'AttachmentId')
|
49
56
|
AttachmentInput = Shapes::StructureShape.new(name: 'AttachmentInput')
|
@@ -94,11 +101,13 @@ module Aws::QBusiness
|
|
94
101
|
ChatSyncOutput = Shapes::StructureShape.new(name: 'ChatSyncOutput')
|
95
102
|
ClientIdForOIDC = Shapes::StringShape.new(name: 'ClientIdForOIDC')
|
96
103
|
ClientIdsForOIDC = Shapes::ListShape.new(name: 'ClientIdsForOIDC')
|
104
|
+
ClientNamespace = Shapes::StringShape.new(name: 'ClientNamespace')
|
97
105
|
ClientToken = Shapes::StringShape.new(name: 'ClientToken')
|
98
106
|
ConfigurationEvent = Shapes::StructureShape.new(name: 'ConfigurationEvent')
|
99
107
|
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
100
108
|
ContentBlockerRule = Shapes::StructureShape.new(name: 'ContentBlockerRule')
|
101
109
|
ContentRetrievalRule = Shapes::StructureShape.new(name: 'ContentRetrievalRule')
|
110
|
+
ContentSource = Shapes::UnionShape.new(name: 'ContentSource')
|
102
111
|
ContentType = Shapes::StringShape.new(name: 'ContentType')
|
103
112
|
Conversation = Shapes::StructureShape.new(name: 'Conversation')
|
104
113
|
ConversationId = Shapes::StringShape.new(name: 'ConversationId')
|
@@ -108,6 +117,8 @@ module Aws::QBusiness
|
|
108
117
|
CopyFromSource = Shapes::UnionShape.new(name: 'CopyFromSource')
|
109
118
|
CreateApplicationRequest = Shapes::StructureShape.new(name: 'CreateApplicationRequest')
|
110
119
|
CreateApplicationResponse = Shapes::StructureShape.new(name: 'CreateApplicationResponse')
|
120
|
+
CreateDataAccessorRequest = Shapes::StructureShape.new(name: 'CreateDataAccessorRequest')
|
121
|
+
CreateDataAccessorResponse = Shapes::StructureShape.new(name: 'CreateDataAccessorResponse')
|
111
122
|
CreateDataSourceRequest = Shapes::StructureShape.new(name: 'CreateDataSourceRequest')
|
112
123
|
CreateDataSourceResponse = Shapes::StructureShape.new(name: 'CreateDataSourceResponse')
|
113
124
|
CreateIndexRequest = Shapes::StructureShape.new(name: 'CreateIndexRequest')
|
@@ -123,7 +134,14 @@ module Aws::QBusiness
|
|
123
134
|
CreateWebExperienceResponse = Shapes::StructureShape.new(name: 'CreateWebExperienceResponse')
|
124
135
|
CreatorModeConfiguration = Shapes::StructureShape.new(name: 'CreatorModeConfiguration')
|
125
136
|
CreatorModeControl = Shapes::StringShape.new(name: 'CreatorModeControl')
|
137
|
+
CustomCSSUrl = Shapes::StringShape.new(name: 'CustomCSSUrl')
|
126
138
|
CustomPluginConfiguration = Shapes::StructureShape.new(name: 'CustomPluginConfiguration')
|
139
|
+
CustomizationConfiguration = Shapes::StructureShape.new(name: 'CustomizationConfiguration')
|
140
|
+
DataAccessor = Shapes::StructureShape.new(name: 'DataAccessor')
|
141
|
+
DataAccessorArn = Shapes::StringShape.new(name: 'DataAccessorArn')
|
142
|
+
DataAccessorId = Shapes::StringShape.new(name: 'DataAccessorId')
|
143
|
+
DataAccessorName = Shapes::StringShape.new(name: 'DataAccessorName')
|
144
|
+
DataAccessors = Shapes::ListShape.new(name: 'DataAccessors')
|
127
145
|
DataSource = Shapes::StructureShape.new(name: 'DataSource')
|
128
146
|
DataSourceArn = Shapes::StringShape.new(name: 'DataSourceArn')
|
129
147
|
DataSourceConfiguration = Shapes::DocumentShape.new(name: 'DataSourceConfiguration', document: true)
|
@@ -145,6 +163,8 @@ module Aws::QBusiness
|
|
145
163
|
DeleteChatControlsConfigurationResponse = Shapes::StructureShape.new(name: 'DeleteChatControlsConfigurationResponse')
|
146
164
|
DeleteConversationRequest = Shapes::StructureShape.new(name: 'DeleteConversationRequest')
|
147
165
|
DeleteConversationResponse = Shapes::StructureShape.new(name: 'DeleteConversationResponse')
|
166
|
+
DeleteDataAccessorRequest = Shapes::StructureShape.new(name: 'DeleteDataAccessorRequest')
|
167
|
+
DeleteDataAccessorResponse = Shapes::StructureShape.new(name: 'DeleteDataAccessorResponse')
|
148
168
|
DeleteDataSourceRequest = Shapes::StructureShape.new(name: 'DeleteDataSourceRequest')
|
149
169
|
DeleteDataSourceResponse = Shapes::StructureShape.new(name: 'DeleteDataSourceResponse')
|
150
170
|
DeleteDocument = Shapes::StructureShape.new(name: 'DeleteDocument')
|
@@ -162,6 +182,8 @@ module Aws::QBusiness
|
|
162
182
|
DeleteWebExperienceRequest = Shapes::StructureShape.new(name: 'DeleteWebExperienceRequest')
|
163
183
|
DeleteWebExperienceResponse = Shapes::StructureShape.new(name: 'DeleteWebExperienceResponse')
|
164
184
|
Description = Shapes::StringShape.new(name: 'Description')
|
185
|
+
DisassociatePermissionRequest = Shapes::StructureShape.new(name: 'DisassociatePermissionRequest')
|
186
|
+
DisassociatePermissionResponse = Shapes::StructureShape.new(name: 'DisassociatePermissionResponse')
|
165
187
|
Document = Shapes::StructureShape.new(name: 'Document')
|
166
188
|
DocumentAttribute = Shapes::StructureShape.new(name: 'DocumentAttribute')
|
167
189
|
DocumentAttributeBoostingConfiguration = Shapes::UnionShape.new(name: 'DocumentAttributeBoostingConfiguration')
|
@@ -200,10 +222,14 @@ module Aws::QBusiness
|
|
200
222
|
FailedAttachmentEvent = Shapes::StructureShape.new(name: 'FailedAttachmentEvent')
|
201
223
|
FailedDocument = Shapes::StructureShape.new(name: 'FailedDocument')
|
202
224
|
FailedDocuments = Shapes::ListShape.new(name: 'FailedDocuments')
|
225
|
+
FaviconUrl = Shapes::StringShape.new(name: 'FaviconUrl')
|
226
|
+
FontUrl = Shapes::StringShape.new(name: 'FontUrl')
|
203
227
|
GetApplicationRequest = Shapes::StructureShape.new(name: 'GetApplicationRequest')
|
204
228
|
GetApplicationResponse = Shapes::StructureShape.new(name: 'GetApplicationResponse')
|
205
229
|
GetChatControlsConfigurationRequest = Shapes::StructureShape.new(name: 'GetChatControlsConfigurationRequest')
|
206
230
|
GetChatControlsConfigurationResponse = Shapes::StructureShape.new(name: 'GetChatControlsConfigurationResponse')
|
231
|
+
GetDataAccessorRequest = Shapes::StructureShape.new(name: 'GetDataAccessorRequest')
|
232
|
+
GetDataAccessorResponse = Shapes::StructureShape.new(name: 'GetDataAccessorResponse')
|
207
233
|
GetDataSourceRequest = Shapes::StructureShape.new(name: 'GetDataSourceRequest')
|
208
234
|
GetDataSourceResponse = Shapes::StructureShape.new(name: 'GetDataSourceResponse')
|
209
235
|
GetGroupRequest = Shapes::StructureShape.new(name: 'GetGroupRequest')
|
@@ -214,6 +240,8 @@ module Aws::QBusiness
|
|
214
240
|
GetMediaResponse = Shapes::StructureShape.new(name: 'GetMediaResponse')
|
215
241
|
GetPluginRequest = Shapes::StructureShape.new(name: 'GetPluginRequest')
|
216
242
|
GetPluginResponse = Shapes::StructureShape.new(name: 'GetPluginResponse')
|
243
|
+
GetPolicyRequest = Shapes::StructureShape.new(name: 'GetPolicyRequest')
|
244
|
+
GetPolicyResponse = Shapes::StructureShape.new(name: 'GetPolicyResponse')
|
217
245
|
GetRetrieverRequest = Shapes::StructureShape.new(name: 'GetRetrieverRequest')
|
218
246
|
GetRetrieverResponse = Shapes::StructureShape.new(name: 'GetRetrieverResponse')
|
219
247
|
GetUserRequest = Shapes::StructureShape.new(name: 'GetUserRequest')
|
@@ -230,6 +258,7 @@ module Aws::QBusiness
|
|
230
258
|
HookConfiguration = Shapes::StructureShape.new(name: 'HookConfiguration')
|
231
259
|
IAMIdentityProviderArn = Shapes::StringShape.new(name: 'IAMIdentityProviderArn')
|
232
260
|
IdcApplicationArn = Shapes::StringShape.new(name: 'IdcApplicationArn')
|
261
|
+
IdcAuthConfiguration = Shapes::StructureShape.new(name: 'IdcAuthConfiguration')
|
233
262
|
IdentityProviderConfiguration = Shapes::UnionShape.new(name: 'IdentityProviderConfiguration')
|
234
263
|
IdentityType = Shapes::StringShape.new(name: 'IdentityType')
|
235
264
|
ImageExtractionConfiguration = Shapes::StructureShape.new(name: 'ImageExtractionConfiguration')
|
@@ -262,6 +291,8 @@ module Aws::QBusiness
|
|
262
291
|
ListAttachmentsResponse = Shapes::StructureShape.new(name: 'ListAttachmentsResponse')
|
263
292
|
ListConversationsRequest = Shapes::StructureShape.new(name: 'ListConversationsRequest')
|
264
293
|
ListConversationsResponse = Shapes::StructureShape.new(name: 'ListConversationsResponse')
|
294
|
+
ListDataAccessorsRequest = Shapes::StructureShape.new(name: 'ListDataAccessorsRequest')
|
295
|
+
ListDataAccessorsResponse = Shapes::StructureShape.new(name: 'ListDataAccessorsResponse')
|
265
296
|
ListDataSourceSyncJobsRequest = Shapes::StructureShape.new(name: 'ListDataSourceSyncJobsRequest')
|
266
297
|
ListDataSourceSyncJobsResponse = Shapes::StructureShape.new(name: 'ListDataSourceSyncJobsResponse')
|
267
298
|
ListDataSourcesRequest = Shapes::StructureShape.new(name: 'ListDataSourcesRequest')
|
@@ -274,6 +305,13 @@ module Aws::QBusiness
|
|
274
305
|
ListIndicesResponse = Shapes::StructureShape.new(name: 'ListIndicesResponse')
|
275
306
|
ListMessagesRequest = Shapes::StructureShape.new(name: 'ListMessagesRequest')
|
276
307
|
ListMessagesResponse = Shapes::StructureShape.new(name: 'ListMessagesResponse')
|
308
|
+
ListPluginActionsRequest = Shapes::StructureShape.new(name: 'ListPluginActionsRequest')
|
309
|
+
ListPluginActionsResponse = Shapes::StructureShape.new(name: 'ListPluginActionsResponse')
|
310
|
+
ListPluginTypeActionsRequest = Shapes::StructureShape.new(name: 'ListPluginTypeActionsRequest')
|
311
|
+
ListPluginTypeActionsResponse = Shapes::StructureShape.new(name: 'ListPluginTypeActionsResponse')
|
312
|
+
ListPluginTypeMetadataRequest = Shapes::StructureShape.new(name: 'ListPluginTypeMetadataRequest')
|
313
|
+
ListPluginTypeMetadataResponse = Shapes::StructureShape.new(name: 'ListPluginTypeMetadataResponse')
|
314
|
+
ListPluginTypeMetadataSummaries = Shapes::ListShape.new(name: 'ListPluginTypeMetadataSummaries')
|
277
315
|
ListPluginsRequest = Shapes::StructureShape.new(name: 'ListPluginsRequest')
|
278
316
|
ListPluginsResponse = Shapes::StructureShape.new(name: 'ListPluginsResponse')
|
279
317
|
ListRetrieversRequest = Shapes::StructureShape.new(name: 'ListRetrieversRequest')
|
@@ -282,17 +320,23 @@ module Aws::QBusiness
|
|
282
320
|
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
283
321
|
ListWebExperiencesRequest = Shapes::StructureShape.new(name: 'ListWebExperiencesRequest')
|
284
322
|
ListWebExperiencesResponse = Shapes::StructureShape.new(name: 'ListWebExperiencesResponse')
|
323
|
+
LogoUrl = Shapes::StringShape.new(name: 'LogoUrl')
|
285
324
|
Long = Shapes::IntegerShape.new(name: 'Long')
|
325
|
+
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
286
326
|
MaxResultsIntegerForGetTopicConfigurations = Shapes::IntegerShape.new(name: 'MaxResultsIntegerForGetTopicConfigurations')
|
287
327
|
MaxResultsIntegerForListApplications = Shapes::IntegerShape.new(name: 'MaxResultsIntegerForListApplications')
|
288
328
|
MaxResultsIntegerForListAttachments = Shapes::IntegerShape.new(name: 'MaxResultsIntegerForListAttachments')
|
289
329
|
MaxResultsIntegerForListConversations = Shapes::IntegerShape.new(name: 'MaxResultsIntegerForListConversations')
|
330
|
+
MaxResultsIntegerForListDataAccessors = Shapes::IntegerShape.new(name: 'MaxResultsIntegerForListDataAccessors')
|
290
331
|
MaxResultsIntegerForListDataSources = Shapes::IntegerShape.new(name: 'MaxResultsIntegerForListDataSources')
|
291
332
|
MaxResultsIntegerForListDataSourcesSyncJobs = Shapes::IntegerShape.new(name: 'MaxResultsIntegerForListDataSourcesSyncJobs')
|
292
333
|
MaxResultsIntegerForListDocuments = Shapes::IntegerShape.new(name: 'MaxResultsIntegerForListDocuments')
|
293
334
|
MaxResultsIntegerForListGroupsRequest = Shapes::IntegerShape.new(name: 'MaxResultsIntegerForListGroupsRequest')
|
294
335
|
MaxResultsIntegerForListIndices = Shapes::IntegerShape.new(name: 'MaxResultsIntegerForListIndices')
|
295
336
|
MaxResultsIntegerForListMessages = Shapes::IntegerShape.new(name: 'MaxResultsIntegerForListMessages')
|
337
|
+
MaxResultsIntegerForListPluginActions = Shapes::IntegerShape.new(name: 'MaxResultsIntegerForListPluginActions')
|
338
|
+
MaxResultsIntegerForListPluginTypeActions = Shapes::IntegerShape.new(name: 'MaxResultsIntegerForListPluginTypeActions')
|
339
|
+
MaxResultsIntegerForListPluginTypeMetadata = Shapes::IntegerShape.new(name: 'MaxResultsIntegerForListPluginTypeMetadata')
|
296
340
|
MaxResultsIntegerForListPlugins = Shapes::IntegerShape.new(name: 'MaxResultsIntegerForListPlugins')
|
297
341
|
MaxResultsIntegerForListRetrieversRequest = Shapes::IntegerShape.new(name: 'MaxResultsIntegerForListRetrieversRequest')
|
298
342
|
MaxResultsIntegerForListWebExperiencesRequest = Shapes::IntegerShape.new(name: 'MaxResultsIntegerForListWebExperiencesRequest')
|
@@ -318,6 +362,7 @@ module Aws::QBusiness
|
|
318
362
|
MetricValue = Shapes::StringShape.new(name: 'MetricValue')
|
319
363
|
NativeIndexConfiguration = Shapes::StructureShape.new(name: 'NativeIndexConfiguration')
|
320
364
|
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
365
|
+
NextToken1500 = Shapes::StringShape.new(name: 'NextToken1500')
|
321
366
|
NoAuthConfiguration = Shapes::StructureShape.new(name: 'NoAuthConfiguration')
|
322
367
|
NumberAttributeBoostingConfiguration = Shapes::StructureShape.new(name: 'NumberAttributeBoostingConfiguration')
|
323
368
|
NumberAttributeBoostingType = Shapes::StringShape.new(name: 'NumberAttributeBoostingType')
|
@@ -337,9 +382,12 @@ module Aws::QBusiness
|
|
337
382
|
PluginName = Shapes::StringShape.new(name: 'PluginName')
|
338
383
|
PluginState = Shapes::StringShape.new(name: 'PluginState')
|
339
384
|
PluginType = Shapes::StringShape.new(name: 'PluginType')
|
385
|
+
PluginTypeCategory = Shapes::StringShape.new(name: 'PluginTypeCategory')
|
386
|
+
PluginTypeMetadataSummary = Shapes::StructureShape.new(name: 'PluginTypeMetadataSummary')
|
340
387
|
Plugins = Shapes::ListShape.new(name: 'Plugins')
|
341
388
|
Principal = Shapes::UnionShape.new(name: 'Principal')
|
342
389
|
PrincipalGroup = Shapes::StructureShape.new(name: 'PrincipalGroup')
|
390
|
+
PrincipalRoleArn = Shapes::StringShape.new(name: 'PrincipalRoleArn')
|
343
391
|
PrincipalUser = Shapes::StructureShape.new(name: 'PrincipalUser')
|
344
392
|
Principals = Shapes::ListShape.new(name: 'Principals')
|
345
393
|
PutFeedbackRequest = Shapes::StructureShape.new(name: 'PutFeedbackRequest')
|
@@ -347,12 +395,19 @@ module Aws::QBusiness
|
|
347
395
|
PutGroupResponse = Shapes::StructureShape.new(name: 'PutGroupResponse')
|
348
396
|
QAppsConfiguration = Shapes::StructureShape.new(name: 'QAppsConfiguration')
|
349
397
|
QAppsControlMode = Shapes::StringShape.new(name: 'QAppsControlMode')
|
398
|
+
QIamAction = Shapes::StringShape.new(name: 'QIamAction')
|
399
|
+
QIamActions = Shapes::ListShape.new(name: 'QIamActions')
|
400
|
+
QueryText = Shapes::StringShape.new(name: 'QueryText')
|
401
|
+
QuickSightConfiguration = Shapes::StructureShape.new(name: 'QuickSightConfiguration')
|
350
402
|
ReadAccessType = Shapes::StringShape.new(name: 'ReadAccessType')
|
403
|
+
RelevantContent = Shapes::StructureShape.new(name: 'RelevantContent')
|
404
|
+
RelevantContentList = Shapes::ListShape.new(name: 'RelevantContentList')
|
351
405
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
352
406
|
ResponseScope = Shapes::StringShape.new(name: 'ResponseScope')
|
353
407
|
Retriever = Shapes::StructureShape.new(name: 'Retriever')
|
354
408
|
RetrieverArn = Shapes::StringShape.new(name: 'RetrieverArn')
|
355
409
|
RetrieverConfiguration = Shapes::UnionShape.new(name: 'RetrieverConfiguration')
|
410
|
+
RetrieverContentSource = Shapes::StructureShape.new(name: 'RetrieverContentSource')
|
356
411
|
RetrieverId = Shapes::StringShape.new(name: 'RetrieverId')
|
357
412
|
RetrieverName = Shapes::StringShape.new(name: 'RetrieverName')
|
358
413
|
RetrieverStatus = Shapes::StringShape.new(name: 'RetrieverStatus')
|
@@ -371,6 +426,10 @@ module Aws::QBusiness
|
|
371
426
|
SamlConfiguration = Shapes::StructureShape.new(name: 'SamlConfiguration')
|
372
427
|
SamlMetadataXML = Shapes::StringShape.new(name: 'SamlMetadataXML')
|
373
428
|
SamlProviderConfiguration = Shapes::StructureShape.new(name: 'SamlProviderConfiguration')
|
429
|
+
ScoreAttributes = Shapes::StructureShape.new(name: 'ScoreAttributes')
|
430
|
+
ScoreConfidence = Shapes::StringShape.new(name: 'ScoreConfidence')
|
431
|
+
SearchRelevantContentRequest = Shapes::StructureShape.new(name: 'SearchRelevantContentRequest')
|
432
|
+
SearchRelevantContentResponse = Shapes::StructureShape.new(name: 'SearchRelevantContentResponse')
|
374
433
|
SecretArn = Shapes::StringShape.new(name: 'SecretArn')
|
375
434
|
SecurityGroupId = Shapes::StringShape.new(name: 'SecurityGroupId')
|
376
435
|
SecurityGroupIds = Shapes::ListShape.new(name: 'SecurityGroupIds')
|
@@ -382,6 +441,7 @@ module Aws::QBusiness
|
|
382
441
|
SourceAttributions = Shapes::ListShape.new(name: 'SourceAttributions')
|
383
442
|
StartDataSourceSyncJobRequest = Shapes::StructureShape.new(name: 'StartDataSourceSyncJobRequest')
|
384
443
|
StartDataSourceSyncJobResponse = Shapes::StructureShape.new(name: 'StartDataSourceSyncJobResponse')
|
444
|
+
StatementId = Shapes::StringShape.new(name: 'StatementId')
|
385
445
|
Status = Shapes::StringShape.new(name: 'Status')
|
386
446
|
StopDataSourceSyncJobRequest = Shapes::StructureShape.new(name: 'StopDataSourceSyncJobRequest')
|
387
447
|
StopDataSourceSyncJobResponse = Shapes::StructureShape.new(name: 'StopDataSourceSyncJobResponse')
|
@@ -421,6 +481,8 @@ module Aws::QBusiness
|
|
421
481
|
UpdateApplicationResponse = Shapes::StructureShape.new(name: 'UpdateApplicationResponse')
|
422
482
|
UpdateChatControlsConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateChatControlsConfigurationRequest')
|
423
483
|
UpdateChatControlsConfigurationResponse = Shapes::StructureShape.new(name: 'UpdateChatControlsConfigurationResponse')
|
484
|
+
UpdateDataAccessorRequest = Shapes::StructureShape.new(name: 'UpdateDataAccessorRequest')
|
485
|
+
UpdateDataAccessorResponse = Shapes::StructureShape.new(name: 'UpdateDataAccessorResponse')
|
424
486
|
UpdateDataSourceRequest = Shapes::StructureShape.new(name: 'UpdateDataSourceRequest')
|
425
487
|
UpdateDataSourceResponse = Shapes::StructureShape.new(name: 'UpdateDataSourceResponse')
|
426
488
|
UpdateIndexRequest = Shapes::StructureShape.new(name: 'UpdateIndexRequest')
|
@@ -478,6 +540,12 @@ module Aws::QBusiness
|
|
478
540
|
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "message"))
|
479
541
|
AccessDeniedException.struct_class = Types::AccessDeniedException
|
480
542
|
|
543
|
+
ActionConfiguration.add_member(:action, Shapes::ShapeRef.new(shape: QIamAction, required: true, location_name: "action"))
|
544
|
+
ActionConfiguration.add_member(:filter_configuration, Shapes::ShapeRef.new(shape: ActionFilterConfiguration, location_name: "filterConfiguration"))
|
545
|
+
ActionConfiguration.struct_class = Types::ActionConfiguration
|
546
|
+
|
547
|
+
ActionConfigurationList.member = Shapes::ShapeRef.new(shape: ActionConfiguration)
|
548
|
+
|
481
549
|
ActionExecution.add_member(:plugin_id, Shapes::ShapeRef.new(shape: PluginId, required: true, location_name: "pluginId"))
|
482
550
|
ActionExecution.add_member(:payload, Shapes::ShapeRef.new(shape: ActionExecutionPayload, required: true, location_name: "payload"))
|
483
551
|
ActionExecution.add_member(:payload_field_name_separator, Shapes::ShapeRef.new(shape: ActionPayloadFieldNameSeparator, required: true, location_name: "payloadFieldNameSeparator"))
|
@@ -494,6 +562,9 @@ module Aws::QBusiness
|
|
494
562
|
ActionExecutionPayloadField.add_member(:value, Shapes::ShapeRef.new(shape: ActionPayloadFieldValue, required: true, location_name: "value"))
|
495
563
|
ActionExecutionPayloadField.struct_class = Types::ActionExecutionPayloadField
|
496
564
|
|
565
|
+
ActionFilterConfiguration.add_member(:document_attribute_filter, Shapes::ShapeRef.new(shape: AttributeFilter, required: true, location_name: "documentAttributeFilter"))
|
566
|
+
ActionFilterConfiguration.struct_class = Types::ActionFilterConfiguration
|
567
|
+
|
497
568
|
ActionReview.add_member(:plugin_id, Shapes::ShapeRef.new(shape: PluginId, location_name: "pluginId"))
|
498
569
|
ActionReview.add_member(:plugin_type, Shapes::ShapeRef.new(shape: PluginType, location_name: "pluginType"))
|
499
570
|
ActionReview.add_member(:payload, Shapes::ShapeRef.new(shape: ActionReviewPayload, location_name: "payload"))
|
@@ -529,12 +600,21 @@ module Aws::QBusiness
|
|
529
600
|
|
530
601
|
ActionReviewPayloadFieldAllowedValues.member = Shapes::ShapeRef.new(shape: ActionReviewPayloadFieldAllowedValue)
|
531
602
|
|
603
|
+
ActionSummary.add_member(:action_identifier, Shapes::ShapeRef.new(shape: String, location_name: "actionIdentifier"))
|
604
|
+
ActionSummary.add_member(:display_name, Shapes::ShapeRef.new(shape: String, location_name: "displayName"))
|
605
|
+
ActionSummary.add_member(:instruction_example, Shapes::ShapeRef.new(shape: String, location_name: "instructionExample"))
|
606
|
+
ActionSummary.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
607
|
+
ActionSummary.struct_class = Types::ActionSummary
|
608
|
+
|
609
|
+
Actions.member = Shapes::ShapeRef.new(shape: ActionSummary)
|
610
|
+
|
532
611
|
Application.add_member(:display_name, Shapes::ShapeRef.new(shape: ApplicationName, location_name: "displayName"))
|
533
612
|
Application.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, location_name: "applicationId"))
|
534
613
|
Application.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
535
614
|
Application.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "updatedAt"))
|
536
615
|
Application.add_member(:status, Shapes::ShapeRef.new(shape: ApplicationStatus, location_name: "status"))
|
537
616
|
Application.add_member(:identity_type, Shapes::ShapeRef.new(shape: IdentityType, location_name: "identityType"))
|
617
|
+
Application.add_member(:quick_sight_configuration, Shapes::ShapeRef.new(shape: QuickSightConfiguration, location_name: "quickSightConfiguration"))
|
538
618
|
Application.struct_class = Types::Application
|
539
619
|
|
540
620
|
Applications.member = Shapes::ShapeRef.new(shape: Application)
|
@@ -545,6 +625,15 @@ module Aws::QBusiness
|
|
545
625
|
AppliedCreatorModeConfiguration.add_member(:creator_mode_control, Shapes::ShapeRef.new(shape: CreatorModeControl, required: true, location_name: "creatorModeControl"))
|
546
626
|
AppliedCreatorModeConfiguration.struct_class = Types::AppliedCreatorModeConfiguration
|
547
627
|
|
628
|
+
AssociatePermissionRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, required: true, location: "uri", location_name: "applicationId"))
|
629
|
+
AssociatePermissionRequest.add_member(:statement_id, Shapes::ShapeRef.new(shape: StatementId, required: true, location_name: "statementId"))
|
630
|
+
AssociatePermissionRequest.add_member(:actions, Shapes::ShapeRef.new(shape: QIamActions, required: true, location_name: "actions"))
|
631
|
+
AssociatePermissionRequest.add_member(:principal, Shapes::ShapeRef.new(shape: PrincipalRoleArn, required: true, location_name: "principal"))
|
632
|
+
AssociatePermissionRequest.struct_class = Types::AssociatePermissionRequest
|
633
|
+
|
634
|
+
AssociatePermissionResponse.add_member(:statement, Shapes::ShapeRef.new(shape: String, location_name: "statement"))
|
635
|
+
AssociatePermissionResponse.struct_class = Types::AssociatePermissionResponse
|
636
|
+
|
548
637
|
Attachment.add_member(:attachment_id, Shapes::ShapeRef.new(shape: AttachmentId, location_name: "attachmentId"))
|
549
638
|
Attachment.add_member(:conversation_id, Shapes::ShapeRef.new(shape: ConversationId, location_name: "conversationId"))
|
550
639
|
Attachment.add_member(:name, Shapes::ShapeRef.new(shape: AttachmentName, location_name: "name"))
|
@@ -733,6 +822,12 @@ module Aws::QBusiness
|
|
733
822
|
ContentRetrievalRule.add_member(:eligible_data_sources, Shapes::ShapeRef.new(shape: EligibleDataSources, location_name: "eligibleDataSources"))
|
734
823
|
ContentRetrievalRule.struct_class = Types::ContentRetrievalRule
|
735
824
|
|
825
|
+
ContentSource.add_member(:retriever, Shapes::ShapeRef.new(shape: RetrieverContentSource, location_name: "retriever"))
|
826
|
+
ContentSource.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
827
|
+
ContentSource.add_member_subclass(:retriever, Types::ContentSource::Retriever)
|
828
|
+
ContentSource.add_member_subclass(:unknown, Types::ContentSource::Unknown)
|
829
|
+
ContentSource.struct_class = Types::ContentSource
|
830
|
+
|
736
831
|
Conversation.add_member(:conversation_id, Shapes::ShapeRef.new(shape: ConversationId, location_name: "conversationId"))
|
737
832
|
Conversation.add_member(:title, Shapes::ShapeRef.new(shape: ConversationTitle, location_name: "title"))
|
738
833
|
Conversation.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "startTime"))
|
@@ -763,12 +858,26 @@ module Aws::QBusiness
|
|
763
858
|
CreateApplicationRequest.add_member(:attachments_configuration, Shapes::ShapeRef.new(shape: AttachmentsConfiguration, location_name: "attachmentsConfiguration"))
|
764
859
|
CreateApplicationRequest.add_member(:q_apps_configuration, Shapes::ShapeRef.new(shape: QAppsConfiguration, location_name: "qAppsConfiguration"))
|
765
860
|
CreateApplicationRequest.add_member(:personalization_configuration, Shapes::ShapeRef.new(shape: PersonalizationConfiguration, location_name: "personalizationConfiguration"))
|
861
|
+
CreateApplicationRequest.add_member(:quick_sight_configuration, Shapes::ShapeRef.new(shape: QuickSightConfiguration, location_name: "quickSightConfiguration"))
|
766
862
|
CreateApplicationRequest.struct_class = Types::CreateApplicationRequest
|
767
863
|
|
768
864
|
CreateApplicationResponse.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, location_name: "applicationId"))
|
769
865
|
CreateApplicationResponse.add_member(:application_arn, Shapes::ShapeRef.new(shape: ApplicationArn, location_name: "applicationArn"))
|
770
866
|
CreateApplicationResponse.struct_class = Types::CreateApplicationResponse
|
771
867
|
|
868
|
+
CreateDataAccessorRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, required: true, location: "uri", location_name: "applicationId"))
|
869
|
+
CreateDataAccessorRequest.add_member(:principal, Shapes::ShapeRef.new(shape: PrincipalRoleArn, required: true, location_name: "principal"))
|
870
|
+
CreateDataAccessorRequest.add_member(:action_configurations, Shapes::ShapeRef.new(shape: ActionConfigurationList, required: true, location_name: "actionConfigurations"))
|
871
|
+
CreateDataAccessorRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
872
|
+
CreateDataAccessorRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: DataAccessorName, required: true, location_name: "displayName"))
|
873
|
+
CreateDataAccessorRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
874
|
+
CreateDataAccessorRequest.struct_class = Types::CreateDataAccessorRequest
|
875
|
+
|
876
|
+
CreateDataAccessorResponse.add_member(:data_accessor_id, Shapes::ShapeRef.new(shape: DataAccessorId, required: true, location_name: "dataAccessorId"))
|
877
|
+
CreateDataAccessorResponse.add_member(:idc_application_arn, Shapes::ShapeRef.new(shape: IdcApplicationArn, required: true, location_name: "idcApplicationArn"))
|
878
|
+
CreateDataAccessorResponse.add_member(:data_accessor_arn, Shapes::ShapeRef.new(shape: DataAccessorArn, required: true, location_name: "dataAccessorArn"))
|
879
|
+
CreateDataAccessorResponse.struct_class = Types::CreateDataAccessorResponse
|
880
|
+
|
772
881
|
CreateDataSourceRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, required: true, location: "uri", location_name: "applicationId"))
|
773
882
|
CreateDataSourceRequest.add_member(:index_id, Shapes::ShapeRef.new(shape: IndexId, required: true, location: "uri", location_name: "indexId"))
|
774
883
|
CreateDataSourceRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: DataSourceName, required: true, location_name: "displayName"))
|
@@ -849,6 +958,7 @@ module Aws::QBusiness
|
|
849
958
|
CreateWebExperienceRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
850
959
|
CreateWebExperienceRequest.add_member(:identity_provider_configuration, Shapes::ShapeRef.new(shape: IdentityProviderConfiguration, location_name: "identityProviderConfiguration"))
|
851
960
|
CreateWebExperienceRequest.add_member(:browser_extension_configuration, Shapes::ShapeRef.new(shape: BrowserExtensionConfiguration, location_name: "browserExtensionConfiguration"))
|
961
|
+
CreateWebExperienceRequest.add_member(:customization_configuration, Shapes::ShapeRef.new(shape: CustomizationConfiguration, location_name: "customizationConfiguration"))
|
852
962
|
CreateWebExperienceRequest.struct_class = Types::CreateWebExperienceRequest
|
853
963
|
|
854
964
|
CreateWebExperienceResponse.add_member(:web_experience_id, Shapes::ShapeRef.new(shape: WebExperienceId, location_name: "webExperienceId"))
|
@@ -863,6 +973,23 @@ module Aws::QBusiness
|
|
863
973
|
CustomPluginConfiguration.add_member(:api_schema, Shapes::ShapeRef.new(shape: APISchema, required: true, location_name: "apiSchema"))
|
864
974
|
CustomPluginConfiguration.struct_class = Types::CustomPluginConfiguration
|
865
975
|
|
976
|
+
CustomizationConfiguration.add_member(:custom_css_url, Shapes::ShapeRef.new(shape: CustomCSSUrl, location_name: "customCSSUrl"))
|
977
|
+
CustomizationConfiguration.add_member(:logo_url, Shapes::ShapeRef.new(shape: LogoUrl, location_name: "logoUrl"))
|
978
|
+
CustomizationConfiguration.add_member(:font_url, Shapes::ShapeRef.new(shape: FontUrl, location_name: "fontUrl"))
|
979
|
+
CustomizationConfiguration.add_member(:favicon_url, Shapes::ShapeRef.new(shape: FaviconUrl, location_name: "faviconUrl"))
|
980
|
+
CustomizationConfiguration.struct_class = Types::CustomizationConfiguration
|
981
|
+
|
982
|
+
DataAccessor.add_member(:display_name, Shapes::ShapeRef.new(shape: DataAccessorName, location_name: "displayName"))
|
983
|
+
DataAccessor.add_member(:data_accessor_id, Shapes::ShapeRef.new(shape: DataAccessorId, location_name: "dataAccessorId"))
|
984
|
+
DataAccessor.add_member(:data_accessor_arn, Shapes::ShapeRef.new(shape: DataAccessorArn, location_name: "dataAccessorArn"))
|
985
|
+
DataAccessor.add_member(:idc_application_arn, Shapes::ShapeRef.new(shape: IdcApplicationArn, location_name: "idcApplicationArn"))
|
986
|
+
DataAccessor.add_member(:principal, Shapes::ShapeRef.new(shape: PrincipalRoleArn, location_name: "principal"))
|
987
|
+
DataAccessor.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
988
|
+
DataAccessor.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "updatedAt"))
|
989
|
+
DataAccessor.struct_class = Types::DataAccessor
|
990
|
+
|
991
|
+
DataAccessors.member = Shapes::ShapeRef.new(shape: DataAccessor)
|
992
|
+
|
866
993
|
DataSource.add_member(:display_name, Shapes::ShapeRef.new(shape: DataSourceName, location_name: "displayName"))
|
867
994
|
DataSource.add_member(:data_source_id, Shapes::ShapeRef.new(shape: DataSourceId, location_name: "dataSourceId"))
|
868
995
|
DataSource.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "type"))
|
@@ -918,6 +1045,12 @@ module Aws::QBusiness
|
|
918
1045
|
|
919
1046
|
DeleteConversationResponse.struct_class = Types::DeleteConversationResponse
|
920
1047
|
|
1048
|
+
DeleteDataAccessorRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, required: true, location: "uri", location_name: "applicationId"))
|
1049
|
+
DeleteDataAccessorRequest.add_member(:data_accessor_id, Shapes::ShapeRef.new(shape: DataAccessorId, required: true, location: "uri", location_name: "dataAccessorId"))
|
1050
|
+
DeleteDataAccessorRequest.struct_class = Types::DeleteDataAccessorRequest
|
1051
|
+
|
1052
|
+
DeleteDataAccessorResponse.struct_class = Types::DeleteDataAccessorResponse
|
1053
|
+
|
921
1054
|
DeleteDataSourceRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, required: true, location: "uri", location_name: "applicationId"))
|
922
1055
|
DeleteDataSourceRequest.add_member(:index_id, Shapes::ShapeRef.new(shape: IndexId, required: true, location: "uri", location_name: "indexId"))
|
923
1056
|
DeleteDataSourceRequest.add_member(:data_source_id, Shapes::ShapeRef.new(shape: DataSourceId, required: true, location: "uri", location_name: "dataSourceId"))
|
@@ -968,6 +1101,12 @@ module Aws::QBusiness
|
|
968
1101
|
|
969
1102
|
DeleteWebExperienceResponse.struct_class = Types::DeleteWebExperienceResponse
|
970
1103
|
|
1104
|
+
DisassociatePermissionRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, required: true, location: "uri", location_name: "applicationId"))
|
1105
|
+
DisassociatePermissionRequest.add_member(:statement_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "statementId"))
|
1106
|
+
DisassociatePermissionRequest.struct_class = Types::DisassociatePermissionRequest
|
1107
|
+
|
1108
|
+
DisassociatePermissionResponse.struct_class = Types::DisassociatePermissionResponse
|
1109
|
+
|
971
1110
|
Document.add_member(:id, Shapes::ShapeRef.new(shape: DocumentId, required: true, location_name: "id"))
|
972
1111
|
Document.add_member(:attributes, Shapes::ShapeRef.new(shape: DocumentAttributes, location_name: "attributes"))
|
973
1112
|
Document.add_member(:content, Shapes::ShapeRef.new(shape: DocumentContent, location_name: "content"))
|
@@ -1108,6 +1247,7 @@ module Aws::QBusiness
|
|
1108
1247
|
GetApplicationResponse.add_member(:personalization_configuration, Shapes::ShapeRef.new(shape: PersonalizationConfiguration, location_name: "personalizationConfiguration"))
|
1109
1248
|
GetApplicationResponse.add_member(:auto_subscription_configuration, Shapes::ShapeRef.new(shape: AutoSubscriptionConfiguration, location_name: "autoSubscriptionConfiguration"))
|
1110
1249
|
GetApplicationResponse.add_member(:client_ids_for_oidc, Shapes::ShapeRef.new(shape: ClientIdsForOIDC, location_name: "clientIdsForOIDC"))
|
1250
|
+
GetApplicationResponse.add_member(:quick_sight_configuration, Shapes::ShapeRef.new(shape: QuickSightConfiguration, location_name: "quickSightConfiguration"))
|
1111
1251
|
GetApplicationResponse.struct_class = Types::GetApplicationResponse
|
1112
1252
|
|
1113
1253
|
GetChatControlsConfigurationRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, required: true, location: "uri", location_name: "applicationId"))
|
@@ -1122,6 +1262,21 @@ module Aws::QBusiness
|
|
1122
1262
|
GetChatControlsConfigurationResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
1123
1263
|
GetChatControlsConfigurationResponse.struct_class = Types::GetChatControlsConfigurationResponse
|
1124
1264
|
|
1265
|
+
GetDataAccessorRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, required: true, location: "uri", location_name: "applicationId"))
|
1266
|
+
GetDataAccessorRequest.add_member(:data_accessor_id, Shapes::ShapeRef.new(shape: DataAccessorId, required: true, location: "uri", location_name: "dataAccessorId"))
|
1267
|
+
GetDataAccessorRequest.struct_class = Types::GetDataAccessorRequest
|
1268
|
+
|
1269
|
+
GetDataAccessorResponse.add_member(:display_name, Shapes::ShapeRef.new(shape: DataAccessorName, location_name: "displayName"))
|
1270
|
+
GetDataAccessorResponse.add_member(:data_accessor_id, Shapes::ShapeRef.new(shape: DataAccessorId, location_name: "dataAccessorId"))
|
1271
|
+
GetDataAccessorResponse.add_member(:data_accessor_arn, Shapes::ShapeRef.new(shape: DataAccessorArn, location_name: "dataAccessorArn"))
|
1272
|
+
GetDataAccessorResponse.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, location_name: "applicationId"))
|
1273
|
+
GetDataAccessorResponse.add_member(:idc_application_arn, Shapes::ShapeRef.new(shape: IdcApplicationArn, location_name: "idcApplicationArn"))
|
1274
|
+
GetDataAccessorResponse.add_member(:principal, Shapes::ShapeRef.new(shape: PrincipalRoleArn, location_name: "principal"))
|
1275
|
+
GetDataAccessorResponse.add_member(:action_configurations, Shapes::ShapeRef.new(shape: ActionConfigurationList, location_name: "actionConfigurations"))
|
1276
|
+
GetDataAccessorResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
1277
|
+
GetDataAccessorResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "updatedAt"))
|
1278
|
+
GetDataAccessorResponse.struct_class = Types::GetDataAccessorResponse
|
1279
|
+
|
1125
1280
|
GetDataSourceRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, required: true, location: "uri", location_name: "applicationId"))
|
1126
1281
|
GetDataSourceRequest.add_member(:index_id, Shapes::ShapeRef.new(shape: IndexId, required: true, location: "uri", location_name: "indexId"))
|
1127
1282
|
GetDataSourceRequest.add_member(:data_source_id, Shapes::ShapeRef.new(shape: DataSourceId, required: true, location: "uri", location_name: "dataSourceId"))
|
@@ -1203,6 +1358,12 @@ module Aws::QBusiness
|
|
1203
1358
|
GetPluginResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "updatedAt"))
|
1204
1359
|
GetPluginResponse.struct_class = Types::GetPluginResponse
|
1205
1360
|
|
1361
|
+
GetPolicyRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, required: true, location: "uri", location_name: "applicationId"))
|
1362
|
+
GetPolicyRequest.struct_class = Types::GetPolicyRequest
|
1363
|
+
|
1364
|
+
GetPolicyResponse.add_member(:policy, Shapes::ShapeRef.new(shape: String, location_name: "policy"))
|
1365
|
+
GetPolicyResponse.struct_class = Types::GetPolicyResponse
|
1366
|
+
|
1206
1367
|
GetRetrieverRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, required: true, location: "uri", location_name: "applicationId"))
|
1207
1368
|
GetRetrieverRequest.add_member(:retriever_id, Shapes::ShapeRef.new(shape: RetrieverId, required: true, location: "uri", location_name: "retrieverId"))
|
1208
1369
|
GetRetrieverRequest.struct_class = Types::GetRetrieverRequest
|
@@ -1247,6 +1408,7 @@ module Aws::QBusiness
|
|
1247
1408
|
GetWebExperienceResponse.add_member(:authentication_configuration, Shapes::ShapeRef.new(shape: WebExperienceAuthConfiguration, deprecated: true, location_name: "authenticationConfiguration", metadata: {"deprecatedMessage"=>"Property associated with legacy SAML IdP flow. Deprecated in favor of using AWS IAM Identity Center for user management."}))
|
1248
1409
|
GetWebExperienceResponse.add_member(:error, Shapes::ShapeRef.new(shape: ErrorDetail, location_name: "error"))
|
1249
1410
|
GetWebExperienceResponse.add_member(:browser_extension_configuration, Shapes::ShapeRef.new(shape: BrowserExtensionConfiguration, location_name: "browserExtensionConfiguration"))
|
1411
|
+
GetWebExperienceResponse.add_member(:customization_configuration, Shapes::ShapeRef.new(shape: CustomizationConfiguration, location_name: "customizationConfiguration"))
|
1250
1412
|
GetWebExperienceResponse.struct_class = Types::GetWebExperienceResponse
|
1251
1413
|
|
1252
1414
|
GroupMembers.add_member(:member_groups, Shapes::ShapeRef.new(shape: MemberGroups, location_name: "memberGroups"))
|
@@ -1272,6 +1434,10 @@ module Aws::QBusiness
|
|
1272
1434
|
HookConfiguration.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "roleArn"))
|
1273
1435
|
HookConfiguration.struct_class = Types::HookConfiguration
|
1274
1436
|
|
1437
|
+
IdcAuthConfiguration.add_member(:idc_application_arn, Shapes::ShapeRef.new(shape: IdcApplicationArn, required: true, location_name: "idcApplicationArn"))
|
1438
|
+
IdcAuthConfiguration.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
|
1439
|
+
IdcAuthConfiguration.struct_class = Types::IdcAuthConfiguration
|
1440
|
+
|
1275
1441
|
IdentityProviderConfiguration.add_member(:saml_configuration, Shapes::ShapeRef.new(shape: SamlProviderConfiguration, location_name: "samlConfiguration"))
|
1276
1442
|
IdentityProviderConfiguration.add_member(:open_id_connect_configuration, Shapes::ShapeRef.new(shape: OpenIDConnectProviderConfiguration, location_name: "openIDConnectConfiguration"))
|
1277
1443
|
IdentityProviderConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
@@ -1343,6 +1509,15 @@ module Aws::QBusiness
|
|
1343
1509
|
ListConversationsResponse.add_member(:conversations, Shapes::ShapeRef.new(shape: Conversations, location_name: "conversations"))
|
1344
1510
|
ListConversationsResponse.struct_class = Types::ListConversationsResponse
|
1345
1511
|
|
1512
|
+
ListDataAccessorsRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, required: true, location: "uri", location_name: "applicationId"))
|
1513
|
+
ListDataAccessorsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken1500, location: "querystring", location_name: "nextToken"))
|
1514
|
+
ListDataAccessorsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResultsIntegerForListDataAccessors, location: "querystring", location_name: "maxResults"))
|
1515
|
+
ListDataAccessorsRequest.struct_class = Types::ListDataAccessorsRequest
|
1516
|
+
|
1517
|
+
ListDataAccessorsResponse.add_member(:data_accessors, Shapes::ShapeRef.new(shape: DataAccessors, location_name: "dataAccessors"))
|
1518
|
+
ListDataAccessorsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken1500, location_name: "nextToken"))
|
1519
|
+
ListDataAccessorsResponse.struct_class = Types::ListDataAccessorsResponse
|
1520
|
+
|
1346
1521
|
ListDataSourceSyncJobsRequest.add_member(:data_source_id, Shapes::ShapeRef.new(shape: DataSourceId, required: true, location: "uri", location_name: "dataSourceId"))
|
1347
1522
|
ListDataSourceSyncJobsRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, required: true, location: "uri", location_name: "applicationId"))
|
1348
1523
|
ListDataSourceSyncJobsRequest.add_member(:index_id, Shapes::ShapeRef.new(shape: IndexId, required: true, location: "uri", location_name: "indexId"))
|
@@ -1410,6 +1585,35 @@ module Aws::QBusiness
|
|
1410
1585
|
ListMessagesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
1411
1586
|
ListMessagesResponse.struct_class = Types::ListMessagesResponse
|
1412
1587
|
|
1588
|
+
ListPluginActionsRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, required: true, location: "uri", location_name: "applicationId"))
|
1589
|
+
ListPluginActionsRequest.add_member(:plugin_id, Shapes::ShapeRef.new(shape: PluginId, required: true, location: "uri", location_name: "pluginId"))
|
1590
|
+
ListPluginActionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
1591
|
+
ListPluginActionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResultsIntegerForListPluginActions, location: "querystring", location_name: "maxResults"))
|
1592
|
+
ListPluginActionsRequest.struct_class = Types::ListPluginActionsRequest
|
1593
|
+
|
1594
|
+
ListPluginActionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
1595
|
+
ListPluginActionsResponse.add_member(:items, Shapes::ShapeRef.new(shape: Actions, location_name: "items"))
|
1596
|
+
ListPluginActionsResponse.struct_class = Types::ListPluginActionsResponse
|
1597
|
+
|
1598
|
+
ListPluginTypeActionsRequest.add_member(:plugin_type, Shapes::ShapeRef.new(shape: PluginType, required: true, location: "uri", location_name: "pluginType"))
|
1599
|
+
ListPluginTypeActionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
1600
|
+
ListPluginTypeActionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResultsIntegerForListPluginTypeActions, location: "querystring", location_name: "maxResults"))
|
1601
|
+
ListPluginTypeActionsRequest.struct_class = Types::ListPluginTypeActionsRequest
|
1602
|
+
|
1603
|
+
ListPluginTypeActionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
1604
|
+
ListPluginTypeActionsResponse.add_member(:items, Shapes::ShapeRef.new(shape: Actions, location_name: "items"))
|
1605
|
+
ListPluginTypeActionsResponse.struct_class = Types::ListPluginTypeActionsResponse
|
1606
|
+
|
1607
|
+
ListPluginTypeMetadataRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
1608
|
+
ListPluginTypeMetadataRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResultsIntegerForListPluginTypeMetadata, location: "querystring", location_name: "maxResults"))
|
1609
|
+
ListPluginTypeMetadataRequest.struct_class = Types::ListPluginTypeMetadataRequest
|
1610
|
+
|
1611
|
+
ListPluginTypeMetadataResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
1612
|
+
ListPluginTypeMetadataResponse.add_member(:items, Shapes::ShapeRef.new(shape: ListPluginTypeMetadataSummaries, location_name: "items"))
|
1613
|
+
ListPluginTypeMetadataResponse.struct_class = Types::ListPluginTypeMetadataResponse
|
1614
|
+
|
1615
|
+
ListPluginTypeMetadataSummaries.member = Shapes::ShapeRef.new(shape: PluginTypeMetadataSummary)
|
1616
|
+
|
1413
1617
|
ListPluginsRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, required: true, location: "uri", location_name: "applicationId"))
|
1414
1618
|
ListPluginsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
1415
1619
|
ListPluginsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResultsIntegerForListPlugins, location: "querystring", location_name: "maxResults"))
|
@@ -1498,6 +1702,8 @@ module Aws::QBusiness
|
|
1498
1702
|
|
1499
1703
|
OAuth2ClientCredentialConfiguration.add_member(:secret_arn, Shapes::ShapeRef.new(shape: SecretArn, required: true, location_name: "secretArn"))
|
1500
1704
|
OAuth2ClientCredentialConfiguration.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
|
1705
|
+
OAuth2ClientCredentialConfiguration.add_member(:authorization_url, Shapes::ShapeRef.new(shape: Url, location_name: "authorizationUrl"))
|
1706
|
+
OAuth2ClientCredentialConfiguration.add_member(:token_url, Shapes::ShapeRef.new(shape: Url, location_name: "tokenUrl"))
|
1501
1707
|
OAuth2ClientCredentialConfiguration.struct_class = Types::OAuth2ClientCredentialConfiguration
|
1502
1708
|
|
1503
1709
|
OpenIDConnectProviderConfiguration.add_member(:secrets_arn, Shapes::ShapeRef.new(shape: SecretArn, required: true, location_name: "secretsArn"))
|
@@ -1520,16 +1726,23 @@ module Aws::QBusiness
|
|
1520
1726
|
PluginAuthConfiguration.add_member(:basic_auth_configuration, Shapes::ShapeRef.new(shape: BasicAuthConfiguration, location_name: "basicAuthConfiguration"))
|
1521
1727
|
PluginAuthConfiguration.add_member(:o_auth_2_client_credential_configuration, Shapes::ShapeRef.new(shape: OAuth2ClientCredentialConfiguration, location_name: "oAuth2ClientCredentialConfiguration"))
|
1522
1728
|
PluginAuthConfiguration.add_member(:no_auth_configuration, Shapes::ShapeRef.new(shape: NoAuthConfiguration, location_name: "noAuthConfiguration"))
|
1729
|
+
PluginAuthConfiguration.add_member(:idc_auth_configuration, Shapes::ShapeRef.new(shape: IdcAuthConfiguration, location_name: "idcAuthConfiguration"))
|
1523
1730
|
PluginAuthConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
1524
1731
|
PluginAuthConfiguration.add_member_subclass(:basic_auth_configuration, Types::PluginAuthConfiguration::BasicAuthConfiguration)
|
1525
1732
|
PluginAuthConfiguration.add_member_subclass(:o_auth_2_client_credential_configuration, Types::PluginAuthConfiguration::OAuth2ClientCredentialConfiguration)
|
1526
1733
|
PluginAuthConfiguration.add_member_subclass(:no_auth_configuration, Types::PluginAuthConfiguration::NoAuthConfiguration)
|
1734
|
+
PluginAuthConfiguration.add_member_subclass(:idc_auth_configuration, Types::PluginAuthConfiguration::IdcAuthConfiguration)
|
1527
1735
|
PluginAuthConfiguration.add_member_subclass(:unknown, Types::PluginAuthConfiguration::Unknown)
|
1528
1736
|
PluginAuthConfiguration.struct_class = Types::PluginAuthConfiguration
|
1529
1737
|
|
1530
1738
|
PluginConfiguration.add_member(:plugin_id, Shapes::ShapeRef.new(shape: PluginId, required: true, location_name: "pluginId"))
|
1531
1739
|
PluginConfiguration.struct_class = Types::PluginConfiguration
|
1532
1740
|
|
1741
|
+
PluginTypeMetadataSummary.add_member(:type, Shapes::ShapeRef.new(shape: PluginType, location_name: "type"))
|
1742
|
+
PluginTypeMetadataSummary.add_member(:category, Shapes::ShapeRef.new(shape: PluginTypeCategory, location_name: "category"))
|
1743
|
+
PluginTypeMetadataSummary.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
1744
|
+
PluginTypeMetadataSummary.struct_class = Types::PluginTypeMetadataSummary
|
1745
|
+
|
1533
1746
|
Plugins.member = Shapes::ShapeRef.new(shape: Plugin)
|
1534
1747
|
|
1535
1748
|
Principal.add_member(:user, Shapes::ShapeRef.new(shape: PrincipalUser, location_name: "user"))
|
@@ -1574,6 +1787,21 @@ module Aws::QBusiness
|
|
1574
1787
|
QAppsConfiguration.add_member(:q_apps_control_mode, Shapes::ShapeRef.new(shape: QAppsControlMode, required: true, location_name: "qAppsControlMode"))
|
1575
1788
|
QAppsConfiguration.struct_class = Types::QAppsConfiguration
|
1576
1789
|
|
1790
|
+
QIamActions.member = Shapes::ShapeRef.new(shape: QIamAction)
|
1791
|
+
|
1792
|
+
QuickSightConfiguration.add_member(:client_namespace, Shapes::ShapeRef.new(shape: ClientNamespace, required: true, location_name: "clientNamespace"))
|
1793
|
+
QuickSightConfiguration.struct_class = Types::QuickSightConfiguration
|
1794
|
+
|
1795
|
+
RelevantContent.add_member(:content, Shapes::ShapeRef.new(shape: String, location_name: "content"))
|
1796
|
+
RelevantContent.add_member(:document_id, Shapes::ShapeRef.new(shape: DocumentId, location_name: "documentId"))
|
1797
|
+
RelevantContent.add_member(:document_title, Shapes::ShapeRef.new(shape: Title, location_name: "documentTitle"))
|
1798
|
+
RelevantContent.add_member(:document_uri, Shapes::ShapeRef.new(shape: Url, location_name: "documentUri"))
|
1799
|
+
RelevantContent.add_member(:document_attributes, Shapes::ShapeRef.new(shape: DocumentAttributes, location_name: "documentAttributes"))
|
1800
|
+
RelevantContent.add_member(:score_attributes, Shapes::ShapeRef.new(shape: ScoreAttributes, location_name: "scoreAttributes"))
|
1801
|
+
RelevantContent.struct_class = Types::RelevantContent
|
1802
|
+
|
1803
|
+
RelevantContentList.member = Shapes::ShapeRef.new(shape: RelevantContent)
|
1804
|
+
|
1577
1805
|
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "message"))
|
1578
1806
|
ResourceNotFoundException.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceId"))
|
1579
1807
|
ResourceNotFoundException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceType"))
|
@@ -1594,6 +1822,9 @@ module Aws::QBusiness
|
|
1594
1822
|
RetrieverConfiguration.add_member_subclass(:unknown, Types::RetrieverConfiguration::Unknown)
|
1595
1823
|
RetrieverConfiguration.struct_class = Types::RetrieverConfiguration
|
1596
1824
|
|
1825
|
+
RetrieverContentSource.add_member(:retriever_id, Shapes::ShapeRef.new(shape: RetrieverId, required: true, location_name: "retrieverId"))
|
1826
|
+
RetrieverContentSource.struct_class = Types::RetrieverContentSource
|
1827
|
+
|
1597
1828
|
Retrievers.member = Shapes::ShapeRef.new(shape: Retriever)
|
1598
1829
|
|
1599
1830
|
Rule.add_member(:included_users_and_groups, Shapes::ShapeRef.new(shape: UsersAndGroups, location_name: "includedUsersAndGroups"))
|
@@ -1625,6 +1856,23 @@ module Aws::QBusiness
|
|
1625
1856
|
SamlProviderConfiguration.add_member(:authentication_url, Shapes::ShapeRef.new(shape: SamlAuthenticationUrl, required: true, location_name: "authenticationUrl"))
|
1626
1857
|
SamlProviderConfiguration.struct_class = Types::SamlProviderConfiguration
|
1627
1858
|
|
1859
|
+
ScoreAttributes.add_member(:score_confidence, Shapes::ShapeRef.new(shape: ScoreConfidence, location_name: "scoreConfidence"))
|
1860
|
+
ScoreAttributes.struct_class = Types::ScoreAttributes
|
1861
|
+
|
1862
|
+
SearchRelevantContentRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, required: true, location: "uri", location_name: "applicationId"))
|
1863
|
+
SearchRelevantContentRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, location: "querystring", location_name: "userId"))
|
1864
|
+
SearchRelevantContentRequest.add_member(:user_groups, Shapes::ShapeRef.new(shape: UserGroups, location: "querystring", location_name: "userGroups"))
|
1865
|
+
SearchRelevantContentRequest.add_member(:query_text, Shapes::ShapeRef.new(shape: QueryText, required: true, location_name: "queryText"))
|
1866
|
+
SearchRelevantContentRequest.add_member(:content_source, Shapes::ShapeRef.new(shape: ContentSource, required: true, location_name: "contentSource"))
|
1867
|
+
SearchRelevantContentRequest.add_member(:attribute_filter, Shapes::ShapeRef.new(shape: AttributeFilter, location_name: "attributeFilter"))
|
1868
|
+
SearchRelevantContentRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
|
1869
|
+
SearchRelevantContentRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
1870
|
+
SearchRelevantContentRequest.struct_class = Types::SearchRelevantContentRequest
|
1871
|
+
|
1872
|
+
SearchRelevantContentResponse.add_member(:relevant_content, Shapes::ShapeRef.new(shape: RelevantContentList, location_name: "relevantContent"))
|
1873
|
+
SearchRelevantContentResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
1874
|
+
SearchRelevantContentResponse.struct_class = Types::SearchRelevantContentResponse
|
1875
|
+
|
1628
1876
|
SecurityGroupIds.member = Shapes::ShapeRef.new(shape: SecurityGroupId)
|
1629
1877
|
|
1630
1878
|
ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "message"))
|
@@ -1749,6 +1997,14 @@ module Aws::QBusiness
|
|
1749
1997
|
|
1750
1998
|
UpdateChatControlsConfigurationResponse.struct_class = Types::UpdateChatControlsConfigurationResponse
|
1751
1999
|
|
2000
|
+
UpdateDataAccessorRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, required: true, location: "uri", location_name: "applicationId"))
|
2001
|
+
UpdateDataAccessorRequest.add_member(:data_accessor_id, Shapes::ShapeRef.new(shape: DataAccessorId, required: true, location: "uri", location_name: "dataAccessorId"))
|
2002
|
+
UpdateDataAccessorRequest.add_member(:action_configurations, Shapes::ShapeRef.new(shape: ActionConfigurationList, required: true, location_name: "actionConfigurations"))
|
2003
|
+
UpdateDataAccessorRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: DataAccessorName, location_name: "displayName"))
|
2004
|
+
UpdateDataAccessorRequest.struct_class = Types::UpdateDataAccessorRequest
|
2005
|
+
|
2006
|
+
UpdateDataAccessorResponse.struct_class = Types::UpdateDataAccessorResponse
|
2007
|
+
|
1752
2008
|
UpdateDataSourceRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, required: true, location: "uri", location_name: "applicationId"))
|
1753
2009
|
UpdateDataSourceRequest.add_member(:index_id, Shapes::ShapeRef.new(shape: IndexId, required: true, location: "uri", location_name: "indexId"))
|
1754
2010
|
UpdateDataSourceRequest.add_member(:data_source_id, Shapes::ShapeRef.new(shape: DataSourceId, required: true, location: "uri", location_name: "dataSourceId"))
|
@@ -1816,6 +2072,7 @@ module Aws::QBusiness
|
|
1816
2072
|
UpdateWebExperienceRequest.add_member(:identity_provider_configuration, Shapes::ShapeRef.new(shape: IdentityProviderConfiguration, location_name: "identityProviderConfiguration"))
|
1817
2073
|
UpdateWebExperienceRequest.add_member(:origins, Shapes::ShapeRef.new(shape: WebExperienceOrigins, location_name: "origins"))
|
1818
2074
|
UpdateWebExperienceRequest.add_member(:browser_extension_configuration, Shapes::ShapeRef.new(shape: BrowserExtensionConfiguration, location_name: "browserExtensionConfiguration"))
|
2075
|
+
UpdateWebExperienceRequest.add_member(:customization_configuration, Shapes::ShapeRef.new(shape: CustomizationConfiguration, location_name: "customizationConfiguration"))
|
1819
2076
|
UpdateWebExperienceRequest.struct_class = Types::UpdateWebExperienceRequest
|
1820
2077
|
|
1821
2078
|
UpdateWebExperienceResponse.struct_class = Types::UpdateWebExperienceResponse
|
@@ -1883,6 +2140,21 @@ module Aws::QBusiness
|
|
1883
2140
|
"uid" => "qbusiness-2023-11-27",
|
1884
2141
|
}
|
1885
2142
|
|
2143
|
+
api.add_operation(:associate_permission, Seahorse::Model::Operation.new.tap do |o|
|
2144
|
+
o.name = "AssociatePermission"
|
2145
|
+
o.http_method = "POST"
|
2146
|
+
o.http_request_uri = "/applications/{applicationId}/policy"
|
2147
|
+
o.input = Shapes::ShapeRef.new(shape: AssociatePermissionRequest)
|
2148
|
+
o.output = Shapes::ShapeRef.new(shape: AssociatePermissionResponse)
|
2149
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2150
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2151
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2152
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2153
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2154
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2155
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
2156
|
+
end)
|
2157
|
+
|
1886
2158
|
api.add_operation(:batch_delete_document, Seahorse::Model::Operation.new.tap do |o|
|
1887
2159
|
o.name = "BatchDeleteDocument"
|
1888
2160
|
o.http_method = "POST"
|
@@ -1960,6 +2232,21 @@ module Aws::QBusiness
|
|
1960
2232
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
1961
2233
|
end)
|
1962
2234
|
|
2235
|
+
api.add_operation(:create_data_accessor, Seahorse::Model::Operation.new.tap do |o|
|
2236
|
+
o.name = "CreateDataAccessor"
|
2237
|
+
o.http_method = "POST"
|
2238
|
+
o.http_request_uri = "/applications/{applicationId}/dataaccessors"
|
2239
|
+
o.input = Shapes::ShapeRef.new(shape: CreateDataAccessorRequest)
|
2240
|
+
o.output = Shapes::ShapeRef.new(shape: CreateDataAccessorResponse)
|
2241
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2242
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2243
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2244
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2245
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2246
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2247
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
2248
|
+
end)
|
2249
|
+
|
1963
2250
|
api.add_operation(:create_data_source, Seahorse::Model::Operation.new.tap do |o|
|
1964
2251
|
o.name = "CreateDataSource"
|
1965
2252
|
o.http_method = "POST"
|
@@ -2091,6 +2378,20 @@ module Aws::QBusiness
|
|
2091
2378
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2092
2379
|
end)
|
2093
2380
|
|
2381
|
+
api.add_operation(:delete_data_accessor, Seahorse::Model::Operation.new.tap do |o|
|
2382
|
+
o.name = "DeleteDataAccessor"
|
2383
|
+
o.http_method = "DELETE"
|
2384
|
+
o.http_request_uri = "/applications/{applicationId}/dataaccessors/{dataAccessorId}"
|
2385
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteDataAccessorRequest)
|
2386
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteDataAccessorResponse)
|
2387
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2388
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2389
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2390
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2391
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2392
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2393
|
+
end)
|
2394
|
+
|
2094
2395
|
api.add_operation(:delete_data_source, Seahorse::Model::Operation.new.tap do |o|
|
2095
2396
|
o.name = "DeleteDataSource"
|
2096
2397
|
o.http_method = "DELETE"
|
@@ -2189,6 +2490,20 @@ module Aws::QBusiness
|
|
2189
2490
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2190
2491
|
end)
|
2191
2492
|
|
2493
|
+
api.add_operation(:disassociate_permission, Seahorse::Model::Operation.new.tap do |o|
|
2494
|
+
o.name = "DisassociatePermission"
|
2495
|
+
o.http_method = "DELETE"
|
2496
|
+
o.http_request_uri = "/applications/{applicationId}/policy/{statementId}"
|
2497
|
+
o.input = Shapes::ShapeRef.new(shape: DisassociatePermissionRequest)
|
2498
|
+
o.output = Shapes::ShapeRef.new(shape: DisassociatePermissionResponse)
|
2499
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2500
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2501
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2502
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2503
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2504
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2505
|
+
end)
|
2506
|
+
|
2192
2507
|
api.add_operation(:get_application, Seahorse::Model::Operation.new.tap do |o|
|
2193
2508
|
o.name = "GetApplication"
|
2194
2509
|
o.http_method = "GET"
|
@@ -2221,6 +2536,19 @@ module Aws::QBusiness
|
|
2221
2536
|
)
|
2222
2537
|
end)
|
2223
2538
|
|
2539
|
+
api.add_operation(:get_data_accessor, Seahorse::Model::Operation.new.tap do |o|
|
2540
|
+
o.name = "GetDataAccessor"
|
2541
|
+
o.http_method = "GET"
|
2542
|
+
o.http_request_uri = "/applications/{applicationId}/dataaccessors/{dataAccessorId}"
|
2543
|
+
o.input = Shapes::ShapeRef.new(shape: GetDataAccessorRequest)
|
2544
|
+
o.output = Shapes::ShapeRef.new(shape: GetDataAccessorResponse)
|
2545
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2546
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2547
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2548
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2549
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2550
|
+
end)
|
2551
|
+
|
2224
2552
|
api.add_operation(:get_data_source, Seahorse::Model::Operation.new.tap do |o|
|
2225
2553
|
o.name = "GetDataSource"
|
2226
2554
|
o.http_method = "GET"
|
@@ -2289,6 +2617,19 @@ module Aws::QBusiness
|
|
2289
2617
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2290
2618
|
end)
|
2291
2619
|
|
2620
|
+
api.add_operation(:get_policy, Seahorse::Model::Operation.new.tap do |o|
|
2621
|
+
o.name = "GetPolicy"
|
2622
|
+
o.http_method = "GET"
|
2623
|
+
o.http_request_uri = "/applications/{applicationId}/policy"
|
2624
|
+
o.input = Shapes::ShapeRef.new(shape: GetPolicyRequest)
|
2625
|
+
o.output = Shapes::ShapeRef.new(shape: GetPolicyResponse)
|
2626
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2627
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2628
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2629
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2630
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2631
|
+
end)
|
2632
|
+
|
2292
2633
|
api.add_operation(:get_retriever, Seahorse::Model::Operation.new.tap do |o|
|
2293
2634
|
o.name = "GetRetriever"
|
2294
2635
|
o.http_method = "GET"
|
@@ -2387,6 +2728,25 @@ module Aws::QBusiness
|
|
2387
2728
|
)
|
2388
2729
|
end)
|
2389
2730
|
|
2731
|
+
api.add_operation(:list_data_accessors, Seahorse::Model::Operation.new.tap do |o|
|
2732
|
+
o.name = "ListDataAccessors"
|
2733
|
+
o.http_method = "GET"
|
2734
|
+
o.http_request_uri = "/applications/{applicationId}/dataaccessors"
|
2735
|
+
o.input = Shapes::ShapeRef.new(shape: ListDataAccessorsRequest)
|
2736
|
+
o.output = Shapes::ShapeRef.new(shape: ListDataAccessorsResponse)
|
2737
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2738
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2739
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2740
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2741
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2742
|
+
o[:pager] = Aws::Pager.new(
|
2743
|
+
limit_key: "max_results",
|
2744
|
+
tokens: {
|
2745
|
+
"next_token" => "next_token"
|
2746
|
+
}
|
2747
|
+
)
|
2748
|
+
end)
|
2749
|
+
|
2390
2750
|
api.add_operation(:list_data_source_sync_jobs, Seahorse::Model::Operation.new.tap do |o|
|
2391
2751
|
o.name = "ListDataSourceSyncJobs"
|
2392
2752
|
o.http_method = "GET"
|
@@ -2504,6 +2864,61 @@ module Aws::QBusiness
|
|
2504
2864
|
)
|
2505
2865
|
end)
|
2506
2866
|
|
2867
|
+
api.add_operation(:list_plugin_actions, Seahorse::Model::Operation.new.tap do |o|
|
2868
|
+
o.name = "ListPluginActions"
|
2869
|
+
o.http_method = "GET"
|
2870
|
+
o.http_request_uri = "/applications/{applicationId}/plugins/{pluginId}/actions"
|
2871
|
+
o.input = Shapes::ShapeRef.new(shape: ListPluginActionsRequest)
|
2872
|
+
o.output = Shapes::ShapeRef.new(shape: ListPluginActionsResponse)
|
2873
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2874
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2875
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2876
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2877
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2878
|
+
o[:pager] = Aws::Pager.new(
|
2879
|
+
limit_key: "max_results",
|
2880
|
+
tokens: {
|
2881
|
+
"next_token" => "next_token"
|
2882
|
+
}
|
2883
|
+
)
|
2884
|
+
end)
|
2885
|
+
|
2886
|
+
api.add_operation(:list_plugin_type_actions, Seahorse::Model::Operation.new.tap do |o|
|
2887
|
+
o.name = "ListPluginTypeActions"
|
2888
|
+
o.http_method = "GET"
|
2889
|
+
o.http_request_uri = "/pluginTypes/{pluginType}/actions"
|
2890
|
+
o.input = Shapes::ShapeRef.new(shape: ListPluginTypeActionsRequest)
|
2891
|
+
o.output = Shapes::ShapeRef.new(shape: ListPluginTypeActionsResponse)
|
2892
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2893
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2894
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2895
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2896
|
+
o[:pager] = Aws::Pager.new(
|
2897
|
+
limit_key: "max_results",
|
2898
|
+
tokens: {
|
2899
|
+
"next_token" => "next_token"
|
2900
|
+
}
|
2901
|
+
)
|
2902
|
+
end)
|
2903
|
+
|
2904
|
+
api.add_operation(:list_plugin_type_metadata, Seahorse::Model::Operation.new.tap do |o|
|
2905
|
+
o.name = "ListPluginTypeMetadata"
|
2906
|
+
o.http_method = "GET"
|
2907
|
+
o.http_request_uri = "/pluginTypeMetadata"
|
2908
|
+
o.input = Shapes::ShapeRef.new(shape: ListPluginTypeMetadataRequest)
|
2909
|
+
o.output = Shapes::ShapeRef.new(shape: ListPluginTypeMetadataResponse)
|
2910
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2911
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2912
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2913
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2914
|
+
o[:pager] = Aws::Pager.new(
|
2915
|
+
limit_key: "max_results",
|
2916
|
+
tokens: {
|
2917
|
+
"next_token" => "next_token"
|
2918
|
+
}
|
2919
|
+
)
|
2920
|
+
end)
|
2921
|
+
|
2507
2922
|
api.add_operation(:list_plugins, Seahorse::Model::Operation.new.tap do |o|
|
2508
2923
|
o.name = "ListPlugins"
|
2509
2924
|
o.http_method = "GET"
|
@@ -2602,6 +3017,26 @@ module Aws::QBusiness
|
|
2602
3017
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
2603
3018
|
end)
|
2604
3019
|
|
3020
|
+
api.add_operation(:search_relevant_content, Seahorse::Model::Operation.new.tap do |o|
|
3021
|
+
o.name = "SearchRelevantContent"
|
3022
|
+
o.http_method = "POST"
|
3023
|
+
o.http_request_uri = "/applications/{applicationId}/relevant-content"
|
3024
|
+
o.input = Shapes::ShapeRef.new(shape: SearchRelevantContentRequest)
|
3025
|
+
o.output = Shapes::ShapeRef.new(shape: SearchRelevantContentResponse)
|
3026
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3027
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
3028
|
+
o.errors << Shapes::ShapeRef.new(shape: LicenseNotFoundException)
|
3029
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3030
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
3031
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3032
|
+
o[:pager] = Aws::Pager.new(
|
3033
|
+
limit_key: "max_results",
|
3034
|
+
tokens: {
|
3035
|
+
"next_token" => "next_token"
|
3036
|
+
}
|
3037
|
+
)
|
3038
|
+
end)
|
3039
|
+
|
2605
3040
|
api.add_operation(:start_data_source_sync_job, Seahorse::Model::Operation.new.tap do |o|
|
2606
3041
|
o.name = "StartDataSourceSyncJob"
|
2607
3042
|
o.http_method = "POST"
|
@@ -2687,6 +3122,20 @@ module Aws::QBusiness
|
|
2687
3122
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
2688
3123
|
end)
|
2689
3124
|
|
3125
|
+
api.add_operation(:update_data_accessor, Seahorse::Model::Operation.new.tap do |o|
|
3126
|
+
o.name = "UpdateDataAccessor"
|
3127
|
+
o.http_method = "PUT"
|
3128
|
+
o.http_request_uri = "/applications/{applicationId}/dataaccessors/{dataAccessorId}"
|
3129
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateDataAccessorRequest)
|
3130
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateDataAccessorResponse)
|
3131
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3132
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
3133
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
3134
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3135
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
3136
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3137
|
+
end)
|
3138
|
+
|
2690
3139
|
api.add_operation(:update_data_source, Seahorse::Model::Operation.new.tap do |o|
|
2691
3140
|
o.name = "UpdateDataSource"
|
2692
3141
|
o.http_method = "PUT"
|