aws-sdk-qbusiness 1.22.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-qbusiness/async_client.rb +7 -3
- data/lib/aws-sdk-qbusiness/client.rb +1206 -45
- data/lib/aws-sdk-qbusiness/client_api.rb +589 -7
- data/lib/aws-sdk-qbusiness/errors.rb +32 -0
- data/lib/aws-sdk-qbusiness/event_streams.rb +3 -1
- data/lib/aws-sdk-qbusiness/types.rb +1437 -133
- data/lib/aws-sdk-qbusiness.rb +2 -2
- data/sig/client.rbs +495 -11
- data/sig/errors.rbs +6 -0
- data/sig/types.rbs +365 -12
- 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,8 +49,13 @@ 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')
|
54
|
+
Attachment = Shapes::StructureShape.new(name: 'Attachment')
|
55
|
+
AttachmentId = Shapes::StringShape.new(name: 'AttachmentId')
|
47
56
|
AttachmentInput = Shapes::StructureShape.new(name: 'AttachmentInput')
|
48
57
|
AttachmentInputEvent = Shapes::StructureShape.new(name: 'AttachmentInputEvent')
|
58
|
+
AttachmentList = Shapes::ListShape.new(name: 'AttachmentList')
|
49
59
|
AttachmentName = Shapes::StringShape.new(name: 'AttachmentName')
|
50
60
|
AttachmentOutput = Shapes::StructureShape.new(name: 'AttachmentOutput')
|
51
61
|
AttachmentStatus = Shapes::StringShape.new(name: 'AttachmentStatus')
|
@@ -78,6 +88,9 @@ module Aws::QBusiness
|
|
78
88
|
BlockedPhrasesConfigurationUpdate = Shapes::StructureShape.new(name: 'BlockedPhrasesConfigurationUpdate')
|
79
89
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
80
90
|
BoostingDurationInSeconds = Shapes::IntegerShape.new(name: 'BoostingDurationInSeconds')
|
91
|
+
BrowserExtension = Shapes::StringShape.new(name: 'BrowserExtension')
|
92
|
+
BrowserExtensionConfiguration = Shapes::StructureShape.new(name: 'BrowserExtensionConfiguration')
|
93
|
+
BrowserExtensionList = Shapes::ListShape.new(name: 'BrowserExtensionList')
|
81
94
|
ChatInput = Shapes::StructureShape.new(name: 'ChatInput')
|
82
95
|
ChatInputStream = Shapes::StructureShape.new(name: 'ChatInputStream')
|
83
96
|
ChatMode = Shapes::StringShape.new(name: 'ChatMode')
|
@@ -88,18 +101,24 @@ module Aws::QBusiness
|
|
88
101
|
ChatSyncOutput = Shapes::StructureShape.new(name: 'ChatSyncOutput')
|
89
102
|
ClientIdForOIDC = Shapes::StringShape.new(name: 'ClientIdForOIDC')
|
90
103
|
ClientIdsForOIDC = Shapes::ListShape.new(name: 'ClientIdsForOIDC')
|
104
|
+
ClientNamespace = Shapes::StringShape.new(name: 'ClientNamespace')
|
91
105
|
ClientToken = Shapes::StringShape.new(name: 'ClientToken')
|
92
106
|
ConfigurationEvent = Shapes::StructureShape.new(name: 'ConfigurationEvent')
|
93
107
|
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
94
108
|
ContentBlockerRule = Shapes::StructureShape.new(name: 'ContentBlockerRule')
|
95
109
|
ContentRetrievalRule = Shapes::StructureShape.new(name: 'ContentRetrievalRule')
|
110
|
+
ContentSource = Shapes::UnionShape.new(name: 'ContentSource')
|
96
111
|
ContentType = Shapes::StringShape.new(name: 'ContentType')
|
97
112
|
Conversation = Shapes::StructureShape.new(name: 'Conversation')
|
98
113
|
ConversationId = Shapes::StringShape.new(name: 'ConversationId')
|
114
|
+
ConversationSource = Shapes::StructureShape.new(name: 'ConversationSource')
|
99
115
|
ConversationTitle = Shapes::StringShape.new(name: 'ConversationTitle')
|
100
116
|
Conversations = Shapes::ListShape.new(name: 'Conversations')
|
117
|
+
CopyFromSource = Shapes::UnionShape.new(name: 'CopyFromSource')
|
101
118
|
CreateApplicationRequest = Shapes::StructureShape.new(name: 'CreateApplicationRequest')
|
102
119
|
CreateApplicationResponse = Shapes::StructureShape.new(name: 'CreateApplicationResponse')
|
120
|
+
CreateDataAccessorRequest = Shapes::StructureShape.new(name: 'CreateDataAccessorRequest')
|
121
|
+
CreateDataAccessorResponse = Shapes::StructureShape.new(name: 'CreateDataAccessorResponse')
|
103
122
|
CreateDataSourceRequest = Shapes::StructureShape.new(name: 'CreateDataSourceRequest')
|
104
123
|
CreateDataSourceResponse = Shapes::StructureShape.new(name: 'CreateDataSourceResponse')
|
105
124
|
CreateIndexRequest = Shapes::StructureShape.new(name: 'CreateIndexRequest')
|
@@ -115,7 +134,14 @@ module Aws::QBusiness
|
|
115
134
|
CreateWebExperienceResponse = Shapes::StructureShape.new(name: 'CreateWebExperienceResponse')
|
116
135
|
CreatorModeConfiguration = Shapes::StructureShape.new(name: 'CreatorModeConfiguration')
|
117
136
|
CreatorModeControl = Shapes::StringShape.new(name: 'CreatorModeControl')
|
137
|
+
CustomCSSUrl = Shapes::StringShape.new(name: 'CustomCSSUrl')
|
118
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')
|
119
145
|
DataSource = Shapes::StructureShape.new(name: 'DataSource')
|
120
146
|
DataSourceArn = Shapes::StringShape.new(name: 'DataSourceArn')
|
121
147
|
DataSourceConfiguration = Shapes::DocumentShape.new(name: 'DataSourceConfiguration', document: true)
|
@@ -137,6 +163,8 @@ module Aws::QBusiness
|
|
137
163
|
DeleteChatControlsConfigurationResponse = Shapes::StructureShape.new(name: 'DeleteChatControlsConfigurationResponse')
|
138
164
|
DeleteConversationRequest = Shapes::StructureShape.new(name: 'DeleteConversationRequest')
|
139
165
|
DeleteConversationResponse = Shapes::StructureShape.new(name: 'DeleteConversationResponse')
|
166
|
+
DeleteDataAccessorRequest = Shapes::StructureShape.new(name: 'DeleteDataAccessorRequest')
|
167
|
+
DeleteDataAccessorResponse = Shapes::StructureShape.new(name: 'DeleteDataAccessorResponse')
|
140
168
|
DeleteDataSourceRequest = Shapes::StructureShape.new(name: 'DeleteDataSourceRequest')
|
141
169
|
DeleteDataSourceResponse = Shapes::StructureShape.new(name: 'DeleteDataSourceResponse')
|
142
170
|
DeleteDocument = Shapes::StructureShape.new(name: 'DeleteDocument')
|
@@ -154,6 +182,8 @@ module Aws::QBusiness
|
|
154
182
|
DeleteWebExperienceRequest = Shapes::StructureShape.new(name: 'DeleteWebExperienceRequest')
|
155
183
|
DeleteWebExperienceResponse = Shapes::StructureShape.new(name: 'DeleteWebExperienceResponse')
|
156
184
|
Description = Shapes::StringShape.new(name: 'Description')
|
185
|
+
DisassociatePermissionRequest = Shapes::StructureShape.new(name: 'DisassociatePermissionRequest')
|
186
|
+
DisassociatePermissionResponse = Shapes::StructureShape.new(name: 'DisassociatePermissionResponse')
|
157
187
|
Document = Shapes::StructureShape.new(name: 'Document')
|
158
188
|
DocumentAttribute = Shapes::StructureShape.new(name: 'DocumentAttribute')
|
159
189
|
DocumentAttributeBoostingConfiguration = Shapes::UnionShape.new(name: 'DocumentAttributeBoostingConfiguration')
|
@@ -188,21 +218,30 @@ module Aws::QBusiness
|
|
188
218
|
ExampleChatMessage = Shapes::StringShape.new(name: 'ExampleChatMessage')
|
189
219
|
ExampleChatMessages = Shapes::ListShape.new(name: 'ExampleChatMessages')
|
190
220
|
ExecutionId = Shapes::StringShape.new(name: 'ExecutionId')
|
221
|
+
ExternalResourceException = Shapes::StructureShape.new(name: 'ExternalResourceException')
|
191
222
|
FailedAttachmentEvent = Shapes::StructureShape.new(name: 'FailedAttachmentEvent')
|
192
223
|
FailedDocument = Shapes::StructureShape.new(name: 'FailedDocument')
|
193
224
|
FailedDocuments = Shapes::ListShape.new(name: 'FailedDocuments')
|
225
|
+
FaviconUrl = Shapes::StringShape.new(name: 'FaviconUrl')
|
226
|
+
FontUrl = Shapes::StringShape.new(name: 'FontUrl')
|
194
227
|
GetApplicationRequest = Shapes::StructureShape.new(name: 'GetApplicationRequest')
|
195
228
|
GetApplicationResponse = Shapes::StructureShape.new(name: 'GetApplicationResponse')
|
196
229
|
GetChatControlsConfigurationRequest = Shapes::StructureShape.new(name: 'GetChatControlsConfigurationRequest')
|
197
230
|
GetChatControlsConfigurationResponse = Shapes::StructureShape.new(name: 'GetChatControlsConfigurationResponse')
|
231
|
+
GetDataAccessorRequest = Shapes::StructureShape.new(name: 'GetDataAccessorRequest')
|
232
|
+
GetDataAccessorResponse = Shapes::StructureShape.new(name: 'GetDataAccessorResponse')
|
198
233
|
GetDataSourceRequest = Shapes::StructureShape.new(name: 'GetDataSourceRequest')
|
199
234
|
GetDataSourceResponse = Shapes::StructureShape.new(name: 'GetDataSourceResponse')
|
200
235
|
GetGroupRequest = Shapes::StructureShape.new(name: 'GetGroupRequest')
|
201
236
|
GetGroupResponse = Shapes::StructureShape.new(name: 'GetGroupResponse')
|
202
237
|
GetIndexRequest = Shapes::StructureShape.new(name: 'GetIndexRequest')
|
203
238
|
GetIndexResponse = Shapes::StructureShape.new(name: 'GetIndexResponse')
|
239
|
+
GetMediaRequest = Shapes::StructureShape.new(name: 'GetMediaRequest')
|
240
|
+
GetMediaResponse = Shapes::StructureShape.new(name: 'GetMediaResponse')
|
204
241
|
GetPluginRequest = Shapes::StructureShape.new(name: 'GetPluginRequest')
|
205
242
|
GetPluginResponse = Shapes::StructureShape.new(name: 'GetPluginResponse')
|
243
|
+
GetPolicyRequest = Shapes::StructureShape.new(name: 'GetPolicyRequest')
|
244
|
+
GetPolicyResponse = Shapes::StructureShape.new(name: 'GetPolicyResponse')
|
206
245
|
GetRetrieverRequest = Shapes::StructureShape.new(name: 'GetRetrieverRequest')
|
207
246
|
GetRetrieverResponse = Shapes::StructureShape.new(name: 'GetRetrieverResponse')
|
208
247
|
GetUserRequest = Shapes::StructureShape.new(name: 'GetUserRequest')
|
@@ -217,10 +256,13 @@ module Aws::QBusiness
|
|
217
256
|
GroupSummary = Shapes::StructureShape.new(name: 'GroupSummary')
|
218
257
|
GroupSummaryList = Shapes::ListShape.new(name: 'GroupSummaryList')
|
219
258
|
HookConfiguration = Shapes::StructureShape.new(name: 'HookConfiguration')
|
220
|
-
|
259
|
+
IAMIdentityProviderArn = Shapes::StringShape.new(name: 'IAMIdentityProviderArn')
|
221
260
|
IdcApplicationArn = Shapes::StringShape.new(name: 'IdcApplicationArn')
|
261
|
+
IdcAuthConfiguration = Shapes::StructureShape.new(name: 'IdcAuthConfiguration')
|
222
262
|
IdentityProviderConfiguration = Shapes::UnionShape.new(name: 'IdentityProviderConfiguration')
|
223
263
|
IdentityType = Shapes::StringShape.new(name: 'IdentityType')
|
264
|
+
ImageExtractionConfiguration = Shapes::StructureShape.new(name: 'ImageExtractionConfiguration')
|
265
|
+
ImageExtractionStatus = Shapes::StringShape.new(name: 'ImageExtractionStatus')
|
224
266
|
Index = Shapes::StructureShape.new(name: 'Index')
|
225
267
|
IndexArn = Shapes::StringShape.new(name: 'IndexArn')
|
226
268
|
IndexCapacityConfiguration = Shapes::StructureShape.new(name: 'IndexCapacityConfiguration')
|
@@ -245,8 +287,12 @@ module Aws::QBusiness
|
|
245
287
|
LicenseNotFoundException = Shapes::StructureShape.new(name: 'LicenseNotFoundException')
|
246
288
|
ListApplicationsRequest = Shapes::StructureShape.new(name: 'ListApplicationsRequest')
|
247
289
|
ListApplicationsResponse = Shapes::StructureShape.new(name: 'ListApplicationsResponse')
|
290
|
+
ListAttachmentsRequest = Shapes::StructureShape.new(name: 'ListAttachmentsRequest')
|
291
|
+
ListAttachmentsResponse = Shapes::StructureShape.new(name: 'ListAttachmentsResponse')
|
248
292
|
ListConversationsRequest = Shapes::StructureShape.new(name: 'ListConversationsRequest')
|
249
293
|
ListConversationsResponse = Shapes::StructureShape.new(name: 'ListConversationsResponse')
|
294
|
+
ListDataAccessorsRequest = Shapes::StructureShape.new(name: 'ListDataAccessorsRequest')
|
295
|
+
ListDataAccessorsResponse = Shapes::StructureShape.new(name: 'ListDataAccessorsResponse')
|
250
296
|
ListDataSourceSyncJobsRequest = Shapes::StructureShape.new(name: 'ListDataSourceSyncJobsRequest')
|
251
297
|
ListDataSourceSyncJobsResponse = Shapes::StructureShape.new(name: 'ListDataSourceSyncJobsResponse')
|
252
298
|
ListDataSourcesRequest = Shapes::StructureShape.new(name: 'ListDataSourcesRequest')
|
@@ -259,6 +305,13 @@ module Aws::QBusiness
|
|
259
305
|
ListIndicesResponse = Shapes::StructureShape.new(name: 'ListIndicesResponse')
|
260
306
|
ListMessagesRequest = Shapes::StructureShape.new(name: 'ListMessagesRequest')
|
261
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')
|
262
315
|
ListPluginsRequest = Shapes::StructureShape.new(name: 'ListPluginsRequest')
|
263
316
|
ListPluginsResponse = Shapes::StructureShape.new(name: 'ListPluginsResponse')
|
264
317
|
ListRetrieversRequest = Shapes::StructureShape.new(name: 'ListRetrieversRequest')
|
@@ -267,19 +320,29 @@ module Aws::QBusiness
|
|
267
320
|
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
268
321
|
ListWebExperiencesRequest = Shapes::StructureShape.new(name: 'ListWebExperiencesRequest')
|
269
322
|
ListWebExperiencesResponse = Shapes::StructureShape.new(name: 'ListWebExperiencesResponse')
|
323
|
+
LogoUrl = Shapes::StringShape.new(name: 'LogoUrl')
|
270
324
|
Long = Shapes::IntegerShape.new(name: 'Long')
|
325
|
+
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
271
326
|
MaxResultsIntegerForGetTopicConfigurations = Shapes::IntegerShape.new(name: 'MaxResultsIntegerForGetTopicConfigurations')
|
272
327
|
MaxResultsIntegerForListApplications = Shapes::IntegerShape.new(name: 'MaxResultsIntegerForListApplications')
|
328
|
+
MaxResultsIntegerForListAttachments = Shapes::IntegerShape.new(name: 'MaxResultsIntegerForListAttachments')
|
273
329
|
MaxResultsIntegerForListConversations = Shapes::IntegerShape.new(name: 'MaxResultsIntegerForListConversations')
|
330
|
+
MaxResultsIntegerForListDataAccessors = Shapes::IntegerShape.new(name: 'MaxResultsIntegerForListDataAccessors')
|
274
331
|
MaxResultsIntegerForListDataSources = Shapes::IntegerShape.new(name: 'MaxResultsIntegerForListDataSources')
|
275
332
|
MaxResultsIntegerForListDataSourcesSyncJobs = Shapes::IntegerShape.new(name: 'MaxResultsIntegerForListDataSourcesSyncJobs')
|
276
333
|
MaxResultsIntegerForListDocuments = Shapes::IntegerShape.new(name: 'MaxResultsIntegerForListDocuments')
|
277
334
|
MaxResultsIntegerForListGroupsRequest = Shapes::IntegerShape.new(name: 'MaxResultsIntegerForListGroupsRequest')
|
278
335
|
MaxResultsIntegerForListIndices = Shapes::IntegerShape.new(name: 'MaxResultsIntegerForListIndices')
|
279
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')
|
280
340
|
MaxResultsIntegerForListPlugins = Shapes::IntegerShape.new(name: 'MaxResultsIntegerForListPlugins')
|
281
341
|
MaxResultsIntegerForListRetrieversRequest = Shapes::IntegerShape.new(name: 'MaxResultsIntegerForListRetrieversRequest')
|
282
342
|
MaxResultsIntegerForListWebExperiencesRequest = Shapes::IntegerShape.new(name: 'MaxResultsIntegerForListWebExperiencesRequest')
|
343
|
+
MediaExtractionConfiguration = Shapes::StructureShape.new(name: 'MediaExtractionConfiguration')
|
344
|
+
MediaId = Shapes::StringShape.new(name: 'MediaId')
|
345
|
+
MediaTooLargeException = Shapes::StructureShape.new(name: 'MediaTooLargeException')
|
283
346
|
MemberGroup = Shapes::StructureShape.new(name: 'MemberGroup')
|
284
347
|
MemberGroups = Shapes::ListShape.new(name: 'MemberGroups')
|
285
348
|
MemberRelation = Shapes::StringShape.new(name: 'MemberRelation')
|
@@ -299,6 +362,7 @@ module Aws::QBusiness
|
|
299
362
|
MetricValue = Shapes::StringShape.new(name: 'MetricValue')
|
300
363
|
NativeIndexConfiguration = Shapes::StructureShape.new(name: 'NativeIndexConfiguration')
|
301
364
|
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
365
|
+
NextToken1500 = Shapes::StringShape.new(name: 'NextToken1500')
|
302
366
|
NoAuthConfiguration = Shapes::StructureShape.new(name: 'NoAuthConfiguration')
|
303
367
|
NumberAttributeBoostingConfiguration = Shapes::StructureShape.new(name: 'NumberAttributeBoostingConfiguration')
|
304
368
|
NumberAttributeBoostingType = Shapes::StringShape.new(name: 'NumberAttributeBoostingType')
|
@@ -318,9 +382,12 @@ module Aws::QBusiness
|
|
318
382
|
PluginName = Shapes::StringShape.new(name: 'PluginName')
|
319
383
|
PluginState = Shapes::StringShape.new(name: 'PluginState')
|
320
384
|
PluginType = Shapes::StringShape.new(name: 'PluginType')
|
385
|
+
PluginTypeCategory = Shapes::StringShape.new(name: 'PluginTypeCategory')
|
386
|
+
PluginTypeMetadataSummary = Shapes::StructureShape.new(name: 'PluginTypeMetadataSummary')
|
321
387
|
Plugins = Shapes::ListShape.new(name: 'Plugins')
|
322
388
|
Principal = Shapes::UnionShape.new(name: 'Principal')
|
323
389
|
PrincipalGroup = Shapes::StructureShape.new(name: 'PrincipalGroup')
|
390
|
+
PrincipalRoleArn = Shapes::StringShape.new(name: 'PrincipalRoleArn')
|
324
391
|
PrincipalUser = Shapes::StructureShape.new(name: 'PrincipalUser')
|
325
392
|
Principals = Shapes::ListShape.new(name: 'Principals')
|
326
393
|
PutFeedbackRequest = Shapes::StructureShape.new(name: 'PutFeedbackRequest')
|
@@ -328,12 +395,19 @@ module Aws::QBusiness
|
|
328
395
|
PutGroupResponse = Shapes::StructureShape.new(name: 'PutGroupResponse')
|
329
396
|
QAppsConfiguration = Shapes::StructureShape.new(name: 'QAppsConfiguration')
|
330
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')
|
331
402
|
ReadAccessType = Shapes::StringShape.new(name: 'ReadAccessType')
|
403
|
+
RelevantContent = Shapes::StructureShape.new(name: 'RelevantContent')
|
404
|
+
RelevantContentList = Shapes::ListShape.new(name: 'RelevantContentList')
|
332
405
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
333
406
|
ResponseScope = Shapes::StringShape.new(name: 'ResponseScope')
|
334
407
|
Retriever = Shapes::StructureShape.new(name: 'Retriever')
|
335
408
|
RetrieverArn = Shapes::StringShape.new(name: 'RetrieverArn')
|
336
409
|
RetrieverConfiguration = Shapes::UnionShape.new(name: 'RetrieverConfiguration')
|
410
|
+
RetrieverContentSource = Shapes::StructureShape.new(name: 'RetrieverContentSource')
|
337
411
|
RetrieverId = Shapes::StringShape.new(name: 'RetrieverId')
|
338
412
|
RetrieverName = Shapes::StringShape.new(name: 'RetrieverName')
|
339
413
|
RetrieverStatus = Shapes::StringShape.new(name: 'RetrieverStatus')
|
@@ -352,6 +426,10 @@ module Aws::QBusiness
|
|
352
426
|
SamlConfiguration = Shapes::StructureShape.new(name: 'SamlConfiguration')
|
353
427
|
SamlMetadataXML = Shapes::StringShape.new(name: 'SamlMetadataXML')
|
354
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')
|
355
433
|
SecretArn = Shapes::StringShape.new(name: 'SecretArn')
|
356
434
|
SecurityGroupId = Shapes::StringShape.new(name: 'SecurityGroupId')
|
357
435
|
SecurityGroupIds = Shapes::ListShape.new(name: 'SecurityGroupIds')
|
@@ -359,9 +437,11 @@ module Aws::QBusiness
|
|
359
437
|
SnippetExcerpt = Shapes::StructureShape.new(name: 'SnippetExcerpt')
|
360
438
|
SnippetExcerptText = Shapes::StringShape.new(name: 'SnippetExcerptText')
|
361
439
|
SourceAttribution = Shapes::StructureShape.new(name: 'SourceAttribution')
|
440
|
+
SourceAttributionMediaId = Shapes::StringShape.new(name: 'SourceAttributionMediaId')
|
362
441
|
SourceAttributions = Shapes::ListShape.new(name: 'SourceAttributions')
|
363
442
|
StartDataSourceSyncJobRequest = Shapes::StructureShape.new(name: 'StartDataSourceSyncJobRequest')
|
364
443
|
StartDataSourceSyncJobResponse = Shapes::StructureShape.new(name: 'StartDataSourceSyncJobResponse')
|
444
|
+
StatementId = Shapes::StringShape.new(name: 'StatementId')
|
365
445
|
Status = Shapes::StringShape.new(name: 'Status')
|
366
446
|
StopDataSourceSyncJobRequest = Shapes::StructureShape.new(name: 'StopDataSourceSyncJobRequest')
|
367
447
|
StopDataSourceSyncJobResponse = Shapes::StructureShape.new(name: 'StopDataSourceSyncJobResponse')
|
@@ -401,6 +481,8 @@ module Aws::QBusiness
|
|
401
481
|
UpdateApplicationResponse = Shapes::StructureShape.new(name: 'UpdateApplicationResponse')
|
402
482
|
UpdateChatControlsConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateChatControlsConfigurationRequest')
|
403
483
|
UpdateChatControlsConfigurationResponse = Shapes::StructureShape.new(name: 'UpdateChatControlsConfigurationResponse')
|
484
|
+
UpdateDataAccessorRequest = Shapes::StructureShape.new(name: 'UpdateDataAccessorRequest')
|
485
|
+
UpdateDataAccessorResponse = Shapes::StructureShape.new(name: 'UpdateDataAccessorResponse')
|
404
486
|
UpdateDataSourceRequest = Shapes::StructureShape.new(name: 'UpdateDataSourceRequest')
|
405
487
|
UpdateDataSourceResponse = Shapes::StructureShape.new(name: 'UpdateDataSourceResponse')
|
406
488
|
UpdateIndexRequest = Shapes::StructureShape.new(name: 'UpdateIndexRequest')
|
@@ -458,6 +540,12 @@ module Aws::QBusiness
|
|
458
540
|
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "message"))
|
459
541
|
AccessDeniedException.struct_class = Types::AccessDeniedException
|
460
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
|
+
|
461
549
|
ActionExecution.add_member(:plugin_id, Shapes::ShapeRef.new(shape: PluginId, required: true, location_name: "pluginId"))
|
462
550
|
ActionExecution.add_member(:payload, Shapes::ShapeRef.new(shape: ActionExecutionPayload, required: true, location_name: "payload"))
|
463
551
|
ActionExecution.add_member(:payload_field_name_separator, Shapes::ShapeRef.new(shape: ActionPayloadFieldNameSeparator, required: true, location_name: "payloadFieldNameSeparator"))
|
@@ -474,6 +562,9 @@ module Aws::QBusiness
|
|
474
562
|
ActionExecutionPayloadField.add_member(:value, Shapes::ShapeRef.new(shape: ActionPayloadFieldValue, required: true, location_name: "value"))
|
475
563
|
ActionExecutionPayloadField.struct_class = Types::ActionExecutionPayloadField
|
476
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
|
+
|
477
568
|
ActionReview.add_member(:plugin_id, Shapes::ShapeRef.new(shape: PluginId, location_name: "pluginId"))
|
478
569
|
ActionReview.add_member(:plugin_type, Shapes::ShapeRef.new(shape: PluginType, location_name: "pluginType"))
|
479
570
|
ActionReview.add_member(:payload, Shapes::ShapeRef.new(shape: ActionReviewPayload, location_name: "payload"))
|
@@ -509,12 +600,21 @@ module Aws::QBusiness
|
|
509
600
|
|
510
601
|
ActionReviewPayloadFieldAllowedValues.member = Shapes::ShapeRef.new(shape: ActionReviewPayloadFieldAllowedValue)
|
511
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
|
+
|
512
611
|
Application.add_member(:display_name, Shapes::ShapeRef.new(shape: ApplicationName, location_name: "displayName"))
|
513
612
|
Application.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, location_name: "applicationId"))
|
514
613
|
Application.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
515
614
|
Application.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "updatedAt"))
|
516
615
|
Application.add_member(:status, Shapes::ShapeRef.new(shape: ApplicationStatus, location_name: "status"))
|
517
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"))
|
518
618
|
Application.struct_class = Types::Application
|
519
619
|
|
520
620
|
Applications.member = Shapes::ShapeRef.new(shape: Application)
|
@@ -525,16 +625,42 @@ module Aws::QBusiness
|
|
525
625
|
AppliedCreatorModeConfiguration.add_member(:creator_mode_control, Shapes::ShapeRef.new(shape: CreatorModeControl, required: true, location_name: "creatorModeControl"))
|
526
626
|
AppliedCreatorModeConfiguration.struct_class = Types::AppliedCreatorModeConfiguration
|
527
627
|
|
528
|
-
|
529
|
-
|
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
|
+
|
637
|
+
Attachment.add_member(:attachment_id, Shapes::ShapeRef.new(shape: AttachmentId, location_name: "attachmentId"))
|
638
|
+
Attachment.add_member(:conversation_id, Shapes::ShapeRef.new(shape: ConversationId, location_name: "conversationId"))
|
639
|
+
Attachment.add_member(:name, Shapes::ShapeRef.new(shape: AttachmentName, location_name: "name"))
|
640
|
+
Attachment.add_member(:copy_from, Shapes::ShapeRef.new(shape: CopyFromSource, location_name: "copyFrom"))
|
641
|
+
Attachment.add_member(:file_type, Shapes::ShapeRef.new(shape: String, location_name: "fileType"))
|
642
|
+
Attachment.add_member(:file_size, Shapes::ShapeRef.new(shape: Integer, location_name: "fileSize"))
|
643
|
+
Attachment.add_member(:md5chksum, Shapes::ShapeRef.new(shape: String, location_name: "md5chksum"))
|
644
|
+
Attachment.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
645
|
+
Attachment.add_member(:status, Shapes::ShapeRef.new(shape: AttachmentStatus, location_name: "status"))
|
646
|
+
Attachment.add_member(:error, Shapes::ShapeRef.new(shape: ErrorDetail, location_name: "error"))
|
647
|
+
Attachment.struct_class = Types::Attachment
|
648
|
+
|
649
|
+
AttachmentInput.add_member(:data, Shapes::ShapeRef.new(shape: Blob, location_name: "data"))
|
650
|
+
AttachmentInput.add_member(:name, Shapes::ShapeRef.new(shape: AttachmentName, location_name: "name"))
|
651
|
+
AttachmentInput.add_member(:copy_from, Shapes::ShapeRef.new(shape: CopyFromSource, location_name: "copyFrom"))
|
530
652
|
AttachmentInput.struct_class = Types::AttachmentInput
|
531
653
|
|
532
654
|
AttachmentInputEvent.add_member(:attachment, Shapes::ShapeRef.new(shape: AttachmentInput, location_name: "attachment"))
|
533
655
|
AttachmentInputEvent.struct_class = Types::AttachmentInputEvent
|
534
656
|
|
657
|
+
AttachmentList.member = Shapes::ShapeRef.new(shape: Attachment)
|
658
|
+
|
535
659
|
AttachmentOutput.add_member(:name, Shapes::ShapeRef.new(shape: AttachmentName, location_name: "name"))
|
536
660
|
AttachmentOutput.add_member(:status, Shapes::ShapeRef.new(shape: AttachmentStatus, location_name: "status"))
|
537
661
|
AttachmentOutput.add_member(:error, Shapes::ShapeRef.new(shape: ErrorDetail, location_name: "error"))
|
662
|
+
AttachmentOutput.add_member(:attachment_id, Shapes::ShapeRef.new(shape: AttachmentId, location_name: "attachmentId"))
|
663
|
+
AttachmentOutput.add_member(:conversation_id, Shapes::ShapeRef.new(shape: ConversationId, location_name: "conversationId"))
|
538
664
|
AttachmentOutput.struct_class = Types::AttachmentOutput
|
539
665
|
|
540
666
|
AttachmentsConfiguration.add_member(:attachments_control_mode, Shapes::ShapeRef.new(shape: AttachmentsControlMode, required: true, location_name: "attachmentsControlMode"))
|
@@ -611,6 +737,11 @@ module Aws::QBusiness
|
|
611
737
|
BlockedPhrasesConfigurationUpdate.add_member(:system_message_override, Shapes::ShapeRef.new(shape: SystemMessageOverride, location_name: "systemMessageOverride"))
|
612
738
|
BlockedPhrasesConfigurationUpdate.struct_class = Types::BlockedPhrasesConfigurationUpdate
|
613
739
|
|
740
|
+
BrowserExtensionConfiguration.add_member(:enabled_browser_extensions, Shapes::ShapeRef.new(shape: BrowserExtensionList, required: true, location_name: "enabledBrowserExtensions"))
|
741
|
+
BrowserExtensionConfiguration.struct_class = Types::BrowserExtensionConfiguration
|
742
|
+
|
743
|
+
BrowserExtensionList.member = Shapes::ShapeRef.new(shape: BrowserExtension)
|
744
|
+
|
614
745
|
ChatInput.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, required: true, location: "uri", location_name: "applicationId"))
|
615
746
|
ChatInput.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, location: "querystring", location_name: "userId"))
|
616
747
|
ChatInput.add_member(:user_groups, Shapes::ShapeRef.new(shape: UserGroups, location: "querystring", location_name: "userGroups"))
|
@@ -691,17 +822,33 @@ module Aws::QBusiness
|
|
691
822
|
ContentRetrievalRule.add_member(:eligible_data_sources, Shapes::ShapeRef.new(shape: EligibleDataSources, location_name: "eligibleDataSources"))
|
692
823
|
ContentRetrievalRule.struct_class = Types::ContentRetrievalRule
|
693
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
|
+
|
694
831
|
Conversation.add_member(:conversation_id, Shapes::ShapeRef.new(shape: ConversationId, location_name: "conversationId"))
|
695
832
|
Conversation.add_member(:title, Shapes::ShapeRef.new(shape: ConversationTitle, location_name: "title"))
|
696
833
|
Conversation.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "startTime"))
|
697
834
|
Conversation.struct_class = Types::Conversation
|
698
835
|
|
836
|
+
ConversationSource.add_member(:conversation_id, Shapes::ShapeRef.new(shape: ConversationId, required: true, location_name: "conversationId"))
|
837
|
+
ConversationSource.add_member(:attachment_id, Shapes::ShapeRef.new(shape: AttachmentId, required: true, location_name: "attachmentId"))
|
838
|
+
ConversationSource.struct_class = Types::ConversationSource
|
839
|
+
|
699
840
|
Conversations.member = Shapes::ShapeRef.new(shape: Conversation)
|
700
841
|
|
842
|
+
CopyFromSource.add_member(:conversation, Shapes::ShapeRef.new(shape: ConversationSource, location_name: "conversation"))
|
843
|
+
CopyFromSource.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
844
|
+
CopyFromSource.add_member_subclass(:conversation, Types::CopyFromSource::Conversation)
|
845
|
+
CopyFromSource.add_member_subclass(:unknown, Types::CopyFromSource::Unknown)
|
846
|
+
CopyFromSource.struct_class = Types::CopyFromSource
|
847
|
+
|
701
848
|
CreateApplicationRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "displayName"))
|
702
849
|
CreateApplicationRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "roleArn"))
|
703
850
|
CreateApplicationRequest.add_member(:identity_type, Shapes::ShapeRef.new(shape: IdentityType, location_name: "identityType"))
|
704
|
-
CreateApplicationRequest.add_member(:iam_identity_provider_arn, Shapes::ShapeRef.new(shape:
|
851
|
+
CreateApplicationRequest.add_member(:iam_identity_provider_arn, Shapes::ShapeRef.new(shape: IAMIdentityProviderArn, location_name: "iamIdentityProviderArn"))
|
705
852
|
CreateApplicationRequest.add_member(:identity_center_instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, location_name: "identityCenterInstanceArn"))
|
706
853
|
CreateApplicationRequest.add_member(:client_ids_for_oidc, Shapes::ShapeRef.new(shape: ClientIdsForOIDC, location_name: "clientIdsForOIDC"))
|
707
854
|
CreateApplicationRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
@@ -711,12 +858,26 @@ module Aws::QBusiness
|
|
711
858
|
CreateApplicationRequest.add_member(:attachments_configuration, Shapes::ShapeRef.new(shape: AttachmentsConfiguration, location_name: "attachmentsConfiguration"))
|
712
859
|
CreateApplicationRequest.add_member(:q_apps_configuration, Shapes::ShapeRef.new(shape: QAppsConfiguration, location_name: "qAppsConfiguration"))
|
713
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"))
|
714
862
|
CreateApplicationRequest.struct_class = Types::CreateApplicationRequest
|
715
863
|
|
716
864
|
CreateApplicationResponse.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, location_name: "applicationId"))
|
717
865
|
CreateApplicationResponse.add_member(:application_arn, Shapes::ShapeRef.new(shape: ApplicationArn, location_name: "applicationArn"))
|
718
866
|
CreateApplicationResponse.struct_class = Types::CreateApplicationResponse
|
719
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
|
+
|
720
881
|
CreateDataSourceRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, required: true, location: "uri", location_name: "applicationId"))
|
721
882
|
CreateDataSourceRequest.add_member(:index_id, Shapes::ShapeRef.new(shape: IndexId, required: true, location: "uri", location_name: "indexId"))
|
722
883
|
CreateDataSourceRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: DataSourceName, required: true, location_name: "displayName"))
|
@@ -728,6 +889,7 @@ module Aws::QBusiness
|
|
728
889
|
CreateDataSourceRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "roleArn"))
|
729
890
|
CreateDataSourceRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
730
891
|
CreateDataSourceRequest.add_member(:document_enrichment_configuration, Shapes::ShapeRef.new(shape: DocumentEnrichmentConfiguration, location_name: "documentEnrichmentConfiguration"))
|
892
|
+
CreateDataSourceRequest.add_member(:media_extraction_configuration, Shapes::ShapeRef.new(shape: MediaExtractionConfiguration, location_name: "mediaExtractionConfiguration"))
|
731
893
|
CreateDataSourceRequest.struct_class = Types::CreateDataSourceRequest
|
732
894
|
|
733
895
|
CreateDataSourceResponse.add_member(:data_source_id, Shapes::ShapeRef.new(shape: DataSourceId, location_name: "dataSourceId"))
|
@@ -736,8 +898,8 @@ module Aws::QBusiness
|
|
736
898
|
|
737
899
|
CreateIndexRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, required: true, location: "uri", location_name: "applicationId"))
|
738
900
|
CreateIndexRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: IndexName, required: true, location_name: "displayName"))
|
739
|
-
CreateIndexRequest.add_member(:type, Shapes::ShapeRef.new(shape: IndexType, location_name: "type"))
|
740
901
|
CreateIndexRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
902
|
+
CreateIndexRequest.add_member(:type, Shapes::ShapeRef.new(shape: IndexType, location_name: "type"))
|
741
903
|
CreateIndexRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
742
904
|
CreateIndexRequest.add_member(:capacity_configuration, Shapes::ShapeRef.new(shape: IndexCapacityConfiguration, location_name: "capacityConfiguration"))
|
743
905
|
CreateIndexRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
@@ -795,6 +957,8 @@ module Aws::QBusiness
|
|
795
957
|
CreateWebExperienceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
796
958
|
CreateWebExperienceRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
797
959
|
CreateWebExperienceRequest.add_member(:identity_provider_configuration, Shapes::ShapeRef.new(shape: IdentityProviderConfiguration, location_name: "identityProviderConfiguration"))
|
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"))
|
798
962
|
CreateWebExperienceRequest.struct_class = Types::CreateWebExperienceRequest
|
799
963
|
|
800
964
|
CreateWebExperienceResponse.add_member(:web_experience_id, Shapes::ShapeRef.new(shape: WebExperienceId, location_name: "webExperienceId"))
|
@@ -809,6 +973,23 @@ module Aws::QBusiness
|
|
809
973
|
CustomPluginConfiguration.add_member(:api_schema, Shapes::ShapeRef.new(shape: APISchema, required: true, location_name: "apiSchema"))
|
810
974
|
CustomPluginConfiguration.struct_class = Types::CustomPluginConfiguration
|
811
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
|
+
|
812
993
|
DataSource.add_member(:display_name, Shapes::ShapeRef.new(shape: DataSourceName, location_name: "displayName"))
|
813
994
|
DataSource.add_member(:data_source_id, Shapes::ShapeRef.new(shape: DataSourceId, location_name: "dataSourceId"))
|
814
995
|
DataSource.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "type"))
|
@@ -864,6 +1045,12 @@ module Aws::QBusiness
|
|
864
1045
|
|
865
1046
|
DeleteConversationResponse.struct_class = Types::DeleteConversationResponse
|
866
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
|
+
|
867
1054
|
DeleteDataSourceRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, required: true, location: "uri", location_name: "applicationId"))
|
868
1055
|
DeleteDataSourceRequest.add_member(:index_id, Shapes::ShapeRef.new(shape: IndexId, required: true, location: "uri", location_name: "indexId"))
|
869
1056
|
DeleteDataSourceRequest.add_member(:data_source_id, Shapes::ShapeRef.new(shape: DataSourceId, required: true, location: "uri", location_name: "dataSourceId"))
|
@@ -914,6 +1101,12 @@ module Aws::QBusiness
|
|
914
1101
|
|
915
1102
|
DeleteWebExperienceResponse.struct_class = Types::DeleteWebExperienceResponse
|
916
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
|
+
|
917
1110
|
Document.add_member(:id, Shapes::ShapeRef.new(shape: DocumentId, required: true, location_name: "id"))
|
918
1111
|
Document.add_member(:attributes, Shapes::ShapeRef.new(shape: DocumentAttributes, location_name: "attributes"))
|
919
1112
|
Document.add_member(:content, Shapes::ShapeRef.new(shape: DocumentContent, location_name: "content"))
|
@@ -921,6 +1114,7 @@ module Aws::QBusiness
|
|
921
1114
|
Document.add_member(:title, Shapes::ShapeRef.new(shape: Title, location_name: "title"))
|
922
1115
|
Document.add_member(:access_configuration, Shapes::ShapeRef.new(shape: AccessConfiguration, location_name: "accessConfiguration"))
|
923
1116
|
Document.add_member(:document_enrichment_configuration, Shapes::ShapeRef.new(shape: DocumentEnrichmentConfiguration, location_name: "documentEnrichmentConfiguration"))
|
1117
|
+
Document.add_member(:media_extraction_configuration, Shapes::ShapeRef.new(shape: MediaExtractionConfiguration, location_name: "mediaExtractionConfiguration"))
|
924
1118
|
Document.struct_class = Types::Document
|
925
1119
|
|
926
1120
|
DocumentAttribute.add_member(:name, Shapes::ShapeRef.new(shape: DocumentAttributeKey, required: true, location_name: "name"))
|
@@ -1016,6 +1210,9 @@ module Aws::QBusiness
|
|
1016
1210
|
|
1017
1211
|
ExampleChatMessages.member = Shapes::ShapeRef.new(shape: ExampleChatMessage)
|
1018
1212
|
|
1213
|
+
ExternalResourceException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "message"))
|
1214
|
+
ExternalResourceException.struct_class = Types::ExternalResourceException
|
1215
|
+
|
1019
1216
|
FailedAttachmentEvent.add_member(:conversation_id, Shapes::ShapeRef.new(shape: ConversationId, location_name: "conversationId"))
|
1020
1217
|
FailedAttachmentEvent.add_member(:user_message_id, Shapes::ShapeRef.new(shape: MessageId, location_name: "userMessageId"))
|
1021
1218
|
FailedAttachmentEvent.add_member(:system_message_id, Shapes::ShapeRef.new(shape: MessageId, location_name: "systemMessageId"))
|
@@ -1036,7 +1233,7 @@ module Aws::QBusiness
|
|
1036
1233
|
GetApplicationResponse.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, location_name: "applicationId"))
|
1037
1234
|
GetApplicationResponse.add_member(:application_arn, Shapes::ShapeRef.new(shape: ApplicationArn, location_name: "applicationArn"))
|
1038
1235
|
GetApplicationResponse.add_member(:identity_type, Shapes::ShapeRef.new(shape: IdentityType, location_name: "identityType"))
|
1039
|
-
GetApplicationResponse.add_member(:iam_identity_provider_arn, Shapes::ShapeRef.new(shape:
|
1236
|
+
GetApplicationResponse.add_member(:iam_identity_provider_arn, Shapes::ShapeRef.new(shape: IAMIdentityProviderArn, location_name: "iamIdentityProviderArn"))
|
1040
1237
|
GetApplicationResponse.add_member(:identity_center_application_arn, Shapes::ShapeRef.new(shape: IdcApplicationArn, location_name: "identityCenterApplicationArn"))
|
1041
1238
|
GetApplicationResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "roleArn"))
|
1042
1239
|
GetApplicationResponse.add_member(:status, Shapes::ShapeRef.new(shape: ApplicationStatus, location_name: "status"))
|
@@ -1050,6 +1247,7 @@ module Aws::QBusiness
|
|
1050
1247
|
GetApplicationResponse.add_member(:personalization_configuration, Shapes::ShapeRef.new(shape: PersonalizationConfiguration, location_name: "personalizationConfiguration"))
|
1051
1248
|
GetApplicationResponse.add_member(:auto_subscription_configuration, Shapes::ShapeRef.new(shape: AutoSubscriptionConfiguration, location_name: "autoSubscriptionConfiguration"))
|
1052
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"))
|
1053
1251
|
GetApplicationResponse.struct_class = Types::GetApplicationResponse
|
1054
1252
|
|
1055
1253
|
GetChatControlsConfigurationRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, required: true, location: "uri", location_name: "applicationId"))
|
@@ -1064,6 +1262,21 @@ module Aws::QBusiness
|
|
1064
1262
|
GetChatControlsConfigurationResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
1065
1263
|
GetChatControlsConfigurationResponse.struct_class = Types::GetChatControlsConfigurationResponse
|
1066
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
|
+
|
1067
1280
|
GetDataSourceRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, required: true, location: "uri", location_name: "applicationId"))
|
1068
1281
|
GetDataSourceRequest.add_member(:index_id, Shapes::ShapeRef.new(shape: IndexId, required: true, location: "uri", location_name: "indexId"))
|
1069
1282
|
GetDataSourceRequest.add_member(:data_source_id, Shapes::ShapeRef.new(shape: DataSourceId, required: true, location: "uri", location_name: "dataSourceId"))
|
@@ -1085,6 +1298,7 @@ module Aws::QBusiness
|
|
1085
1298
|
GetDataSourceResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "roleArn"))
|
1086
1299
|
GetDataSourceResponse.add_member(:error, Shapes::ShapeRef.new(shape: ErrorDetail, location_name: "error"))
|
1087
1300
|
GetDataSourceResponse.add_member(:document_enrichment_configuration, Shapes::ShapeRef.new(shape: DocumentEnrichmentConfiguration, location_name: "documentEnrichmentConfiguration"))
|
1301
|
+
GetDataSourceResponse.add_member(:media_extraction_configuration, Shapes::ShapeRef.new(shape: MediaExtractionConfiguration, location_name: "mediaExtractionConfiguration"))
|
1088
1302
|
GetDataSourceResponse.struct_class = Types::GetDataSourceResponse
|
1089
1303
|
|
1090
1304
|
GetGroupRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, required: true, location: "uri", location_name: "applicationId"))
|
@@ -1104,9 +1318,9 @@ module Aws::QBusiness
|
|
1104
1318
|
GetIndexResponse.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, location_name: "applicationId"))
|
1105
1319
|
GetIndexResponse.add_member(:index_id, Shapes::ShapeRef.new(shape: IndexId, location_name: "indexId"))
|
1106
1320
|
GetIndexResponse.add_member(:display_name, Shapes::ShapeRef.new(shape: IndexName, location_name: "displayName"))
|
1107
|
-
GetIndexResponse.add_member(:type, Shapes::ShapeRef.new(shape: IndexType, location_name: "type"))
|
1108
1321
|
GetIndexResponse.add_member(:index_arn, Shapes::ShapeRef.new(shape: IndexArn, location_name: "indexArn"))
|
1109
1322
|
GetIndexResponse.add_member(:status, Shapes::ShapeRef.new(shape: IndexStatus, location_name: "status"))
|
1323
|
+
GetIndexResponse.add_member(:type, Shapes::ShapeRef.new(shape: IndexType, location_name: "type"))
|
1110
1324
|
GetIndexResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
1111
1325
|
GetIndexResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
1112
1326
|
GetIndexResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "updatedAt"))
|
@@ -1116,6 +1330,16 @@ module Aws::QBusiness
|
|
1116
1330
|
GetIndexResponse.add_member(:index_statistics, Shapes::ShapeRef.new(shape: IndexStatistics, location_name: "indexStatistics"))
|
1117
1331
|
GetIndexResponse.struct_class = Types::GetIndexResponse
|
1118
1332
|
|
1333
|
+
GetMediaRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, required: true, location: "uri", location_name: "applicationId"))
|
1334
|
+
GetMediaRequest.add_member(:conversation_id, Shapes::ShapeRef.new(shape: ConversationId, required: true, location: "uri", location_name: "conversationId"))
|
1335
|
+
GetMediaRequest.add_member(:message_id, Shapes::ShapeRef.new(shape: MessageId, required: true, location: "uri", location_name: "messageId"))
|
1336
|
+
GetMediaRequest.add_member(:media_id, Shapes::ShapeRef.new(shape: MediaId, required: true, location: "uri", location_name: "mediaId"))
|
1337
|
+
GetMediaRequest.struct_class = Types::GetMediaRequest
|
1338
|
+
|
1339
|
+
GetMediaResponse.add_member(:media_bytes, Shapes::ShapeRef.new(shape: Blob, location_name: "mediaBytes"))
|
1340
|
+
GetMediaResponse.add_member(:media_mime_type, Shapes::ShapeRef.new(shape: String, location_name: "mediaMimeType"))
|
1341
|
+
GetMediaResponse.struct_class = Types::GetMediaResponse
|
1342
|
+
|
1119
1343
|
GetPluginRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, required: true, location: "uri", location_name: "applicationId"))
|
1120
1344
|
GetPluginRequest.add_member(:plugin_id, Shapes::ShapeRef.new(shape: PluginId, required: true, location: "uri", location_name: "pluginId"))
|
1121
1345
|
GetPluginRequest.struct_class = Types::GetPluginRequest
|
@@ -1134,6 +1358,12 @@ module Aws::QBusiness
|
|
1134
1358
|
GetPluginResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "updatedAt"))
|
1135
1359
|
GetPluginResponse.struct_class = Types::GetPluginResponse
|
1136
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
|
+
|
1137
1367
|
GetRetrieverRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, required: true, location: "uri", location_name: "applicationId"))
|
1138
1368
|
GetRetrieverRequest.add_member(:retriever_id, Shapes::ShapeRef.new(shape: RetrieverId, required: true, location: "uri", location_name: "retrieverId"))
|
1139
1369
|
GetRetrieverRequest.struct_class = Types::GetRetrieverRequest
|
@@ -1177,6 +1407,8 @@ module Aws::QBusiness
|
|
1177
1407
|
GetWebExperienceResponse.add_member(:identity_provider_configuration, Shapes::ShapeRef.new(shape: IdentityProviderConfiguration, location_name: "identityProviderConfiguration"))
|
1178
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."}))
|
1179
1409
|
GetWebExperienceResponse.add_member(:error, Shapes::ShapeRef.new(shape: ErrorDetail, location_name: "error"))
|
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"))
|
1180
1412
|
GetWebExperienceResponse.struct_class = Types::GetWebExperienceResponse
|
1181
1413
|
|
1182
1414
|
GroupMembers.add_member(:member_groups, Shapes::ShapeRef.new(shape: MemberGroups, location_name: "memberGroups"))
|
@@ -1202,6 +1434,10 @@ module Aws::QBusiness
|
|
1202
1434
|
HookConfiguration.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "roleArn"))
|
1203
1435
|
HookConfiguration.struct_class = Types::HookConfiguration
|
1204
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
|
+
|
1205
1441
|
IdentityProviderConfiguration.add_member(:saml_configuration, Shapes::ShapeRef.new(shape: SamlProviderConfiguration, location_name: "samlConfiguration"))
|
1206
1442
|
IdentityProviderConfiguration.add_member(:open_id_connect_configuration, Shapes::ShapeRef.new(shape: OpenIDConnectProviderConfiguration, location_name: "openIDConnectConfiguration"))
|
1207
1443
|
IdentityProviderConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
@@ -1210,6 +1446,9 @@ module Aws::QBusiness
|
|
1210
1446
|
IdentityProviderConfiguration.add_member_subclass(:unknown, Types::IdentityProviderConfiguration::Unknown)
|
1211
1447
|
IdentityProviderConfiguration.struct_class = Types::IdentityProviderConfiguration
|
1212
1448
|
|
1449
|
+
ImageExtractionConfiguration.add_member(:image_extraction_status, Shapes::ShapeRef.new(shape: ImageExtractionStatus, required: true, location_name: "imageExtractionStatus"))
|
1450
|
+
ImageExtractionConfiguration.struct_class = Types::ImageExtractionConfiguration
|
1451
|
+
|
1213
1452
|
Index.add_member(:display_name, Shapes::ShapeRef.new(shape: IndexName, location_name: "displayName"))
|
1214
1453
|
Index.add_member(:index_id, Shapes::ShapeRef.new(shape: IndexId, location_name: "indexId"))
|
1215
1454
|
Index.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
@@ -1249,6 +1488,17 @@ module Aws::QBusiness
|
|
1249
1488
|
ListApplicationsResponse.add_member(:applications, Shapes::ShapeRef.new(shape: Applications, location_name: "applications"))
|
1250
1489
|
ListApplicationsResponse.struct_class = Types::ListApplicationsResponse
|
1251
1490
|
|
1491
|
+
ListAttachmentsRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, required: true, location: "uri", location_name: "applicationId"))
|
1492
|
+
ListAttachmentsRequest.add_member(:conversation_id, Shapes::ShapeRef.new(shape: ConversationId, location: "querystring", location_name: "conversationId"))
|
1493
|
+
ListAttachmentsRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, location: "querystring", location_name: "userId"))
|
1494
|
+
ListAttachmentsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
1495
|
+
ListAttachmentsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResultsIntegerForListAttachments, location: "querystring", location_name: "maxResults"))
|
1496
|
+
ListAttachmentsRequest.struct_class = Types::ListAttachmentsRequest
|
1497
|
+
|
1498
|
+
ListAttachmentsResponse.add_member(:attachments, Shapes::ShapeRef.new(shape: AttachmentList, location_name: "attachments"))
|
1499
|
+
ListAttachmentsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
1500
|
+
ListAttachmentsResponse.struct_class = Types::ListAttachmentsResponse
|
1501
|
+
|
1252
1502
|
ListConversationsRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, required: true, location: "uri", location_name: "applicationId"))
|
1253
1503
|
ListConversationsRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, location: "querystring", location_name: "userId"))
|
1254
1504
|
ListConversationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
@@ -1259,6 +1509,15 @@ module Aws::QBusiness
|
|
1259
1509
|
ListConversationsResponse.add_member(:conversations, Shapes::ShapeRef.new(shape: Conversations, location_name: "conversations"))
|
1260
1510
|
ListConversationsResponse.struct_class = Types::ListConversationsResponse
|
1261
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
|
+
|
1262
1521
|
ListDataSourceSyncJobsRequest.add_member(:data_source_id, Shapes::ShapeRef.new(shape: DataSourceId, required: true, location: "uri", location_name: "dataSourceId"))
|
1263
1522
|
ListDataSourceSyncJobsRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, required: true, location: "uri", location_name: "applicationId"))
|
1264
1523
|
ListDataSourceSyncJobsRequest.add_member(:index_id, Shapes::ShapeRef.new(shape: IndexId, required: true, location: "uri", location_name: "indexId"))
|
@@ -1326,6 +1585,35 @@ module Aws::QBusiness
|
|
1326
1585
|
ListMessagesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
1327
1586
|
ListMessagesResponse.struct_class = Types::ListMessagesResponse
|
1328
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
|
+
|
1329
1617
|
ListPluginsRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, required: true, location: "uri", location_name: "applicationId"))
|
1330
1618
|
ListPluginsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
1331
1619
|
ListPluginsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResultsIntegerForListPlugins, location: "querystring", location_name: "maxResults"))
|
@@ -1359,6 +1647,12 @@ module Aws::QBusiness
|
|
1359
1647
|
ListWebExperiencesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
1360
1648
|
ListWebExperiencesResponse.struct_class = Types::ListWebExperiencesResponse
|
1361
1649
|
|
1650
|
+
MediaExtractionConfiguration.add_member(:image_extraction_configuration, Shapes::ShapeRef.new(shape: ImageExtractionConfiguration, location_name: "imageExtractionConfiguration"))
|
1651
|
+
MediaExtractionConfiguration.struct_class = Types::MediaExtractionConfiguration
|
1652
|
+
|
1653
|
+
MediaTooLargeException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "message"))
|
1654
|
+
MediaTooLargeException.struct_class = Types::MediaTooLargeException
|
1655
|
+
|
1362
1656
|
MemberGroup.add_member(:group_name, Shapes::ShapeRef.new(shape: GroupName, required: true, location_name: "groupName"))
|
1363
1657
|
MemberGroup.add_member(:type, Shapes::ShapeRef.new(shape: MembershipType, location_name: "type"))
|
1364
1658
|
MemberGroup.struct_class = Types::MemberGroup
|
@@ -1408,6 +1702,8 @@ module Aws::QBusiness
|
|
1408
1702
|
|
1409
1703
|
OAuth2ClientCredentialConfiguration.add_member(:secret_arn, Shapes::ShapeRef.new(shape: SecretArn, required: true, location_name: "secretArn"))
|
1410
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"))
|
1411
1707
|
OAuth2ClientCredentialConfiguration.struct_class = Types::OAuth2ClientCredentialConfiguration
|
1412
1708
|
|
1413
1709
|
OpenIDConnectProviderConfiguration.add_member(:secrets_arn, Shapes::ShapeRef.new(shape: SecretArn, required: true, location_name: "secretsArn"))
|
@@ -1430,16 +1726,23 @@ module Aws::QBusiness
|
|
1430
1726
|
PluginAuthConfiguration.add_member(:basic_auth_configuration, Shapes::ShapeRef.new(shape: BasicAuthConfiguration, location_name: "basicAuthConfiguration"))
|
1431
1727
|
PluginAuthConfiguration.add_member(:o_auth_2_client_credential_configuration, Shapes::ShapeRef.new(shape: OAuth2ClientCredentialConfiguration, location_name: "oAuth2ClientCredentialConfiguration"))
|
1432
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"))
|
1433
1730
|
PluginAuthConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
1434
1731
|
PluginAuthConfiguration.add_member_subclass(:basic_auth_configuration, Types::PluginAuthConfiguration::BasicAuthConfiguration)
|
1435
1732
|
PluginAuthConfiguration.add_member_subclass(:o_auth_2_client_credential_configuration, Types::PluginAuthConfiguration::OAuth2ClientCredentialConfiguration)
|
1436
1733
|
PluginAuthConfiguration.add_member_subclass(:no_auth_configuration, Types::PluginAuthConfiguration::NoAuthConfiguration)
|
1734
|
+
PluginAuthConfiguration.add_member_subclass(:idc_auth_configuration, Types::PluginAuthConfiguration::IdcAuthConfiguration)
|
1437
1735
|
PluginAuthConfiguration.add_member_subclass(:unknown, Types::PluginAuthConfiguration::Unknown)
|
1438
1736
|
PluginAuthConfiguration.struct_class = Types::PluginAuthConfiguration
|
1439
1737
|
|
1440
1738
|
PluginConfiguration.add_member(:plugin_id, Shapes::ShapeRef.new(shape: PluginId, required: true, location_name: "pluginId"))
|
1441
1739
|
PluginConfiguration.struct_class = Types::PluginConfiguration
|
1442
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
|
+
|
1443
1746
|
Plugins.member = Shapes::ShapeRef.new(shape: Plugin)
|
1444
1747
|
|
1445
1748
|
Principal.add_member(:user, Shapes::ShapeRef.new(shape: PrincipalUser, location_name: "user"))
|
@@ -1484,6 +1787,21 @@ module Aws::QBusiness
|
|
1484
1787
|
QAppsConfiguration.add_member(:q_apps_control_mode, Shapes::ShapeRef.new(shape: QAppsControlMode, required: true, location_name: "qAppsControlMode"))
|
1485
1788
|
QAppsConfiguration.struct_class = Types::QAppsConfiguration
|
1486
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
|
+
|
1487
1805
|
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "message"))
|
1488
1806
|
ResourceNotFoundException.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceId"))
|
1489
1807
|
ResourceNotFoundException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceType"))
|
@@ -1504,6 +1822,9 @@ module Aws::QBusiness
|
|
1504
1822
|
RetrieverConfiguration.add_member_subclass(:unknown, Types::RetrieverConfiguration::Unknown)
|
1505
1823
|
RetrieverConfiguration.struct_class = Types::RetrieverConfiguration
|
1506
1824
|
|
1825
|
+
RetrieverContentSource.add_member(:retriever_id, Shapes::ShapeRef.new(shape: RetrieverId, required: true, location_name: "retrieverId"))
|
1826
|
+
RetrieverContentSource.struct_class = Types::RetrieverContentSource
|
1827
|
+
|
1507
1828
|
Retrievers.member = Shapes::ShapeRef.new(shape: Retriever)
|
1508
1829
|
|
1509
1830
|
Rule.add_member(:included_users_and_groups, Shapes::ShapeRef.new(shape: UsersAndGroups, location_name: "includedUsersAndGroups"))
|
@@ -1535,6 +1856,23 @@ module Aws::QBusiness
|
|
1535
1856
|
SamlProviderConfiguration.add_member(:authentication_url, Shapes::ShapeRef.new(shape: SamlAuthenticationUrl, required: true, location_name: "authenticationUrl"))
|
1536
1857
|
SamlProviderConfiguration.struct_class = Types::SamlProviderConfiguration
|
1537
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
|
+
|
1538
1876
|
SecurityGroupIds.member = Shapes::ShapeRef.new(shape: SecurityGroupId)
|
1539
1877
|
|
1540
1878
|
ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "message"))
|
@@ -1612,6 +1950,8 @@ module Aws::QBusiness
|
|
1612
1950
|
TextSegment.add_member(:begin_offset, Shapes::ShapeRef.new(shape: Integer, location_name: "beginOffset"))
|
1613
1951
|
TextSegment.add_member(:end_offset, Shapes::ShapeRef.new(shape: Integer, location_name: "endOffset"))
|
1614
1952
|
TextSegment.add_member(:snippet_excerpt, Shapes::ShapeRef.new(shape: SnippetExcerpt, location_name: "snippetExcerpt"))
|
1953
|
+
TextSegment.add_member(:media_id, Shapes::ShapeRef.new(shape: SourceAttributionMediaId, location_name: "mediaId"))
|
1954
|
+
TextSegment.add_member(:media_mime_type, Shapes::ShapeRef.new(shape: String, location_name: "mediaMimeType"))
|
1615
1955
|
TextSegment.struct_class = Types::TextSegment
|
1616
1956
|
|
1617
1957
|
TextSegmentList.member = Shapes::ShapeRef.new(shape: TextSegment)
|
@@ -1657,6 +1997,14 @@ module Aws::QBusiness
|
|
1657
1997
|
|
1658
1998
|
UpdateChatControlsConfigurationResponse.struct_class = Types::UpdateChatControlsConfigurationResponse
|
1659
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
|
+
|
1660
2008
|
UpdateDataSourceRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, required: true, location: "uri", location_name: "applicationId"))
|
1661
2009
|
UpdateDataSourceRequest.add_member(:index_id, Shapes::ShapeRef.new(shape: IndexId, required: true, location: "uri", location_name: "indexId"))
|
1662
2010
|
UpdateDataSourceRequest.add_member(:data_source_id, Shapes::ShapeRef.new(shape: DataSourceId, required: true, location: "uri", location_name: "dataSourceId"))
|
@@ -1667,6 +2015,7 @@ module Aws::QBusiness
|
|
1667
2015
|
UpdateDataSourceRequest.add_member(:sync_schedule, Shapes::ShapeRef.new(shape: SyncSchedule, location_name: "syncSchedule"))
|
1668
2016
|
UpdateDataSourceRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "roleArn"))
|
1669
2017
|
UpdateDataSourceRequest.add_member(:document_enrichment_configuration, Shapes::ShapeRef.new(shape: DocumentEnrichmentConfiguration, location_name: "documentEnrichmentConfiguration"))
|
2018
|
+
UpdateDataSourceRequest.add_member(:media_extraction_configuration, Shapes::ShapeRef.new(shape: MediaExtractionConfiguration, location_name: "mediaExtractionConfiguration"))
|
1670
2019
|
UpdateDataSourceRequest.struct_class = Types::UpdateDataSourceRequest
|
1671
2020
|
|
1672
2021
|
UpdateDataSourceResponse.struct_class = Types::UpdateDataSourceResponse
|
@@ -1722,6 +2071,8 @@ module Aws::QBusiness
|
|
1722
2071
|
UpdateWebExperienceRequest.add_member(:sample_prompts_control_mode, Shapes::ShapeRef.new(shape: WebExperienceSamplePromptsControlMode, location_name: "samplePromptsControlMode"))
|
1723
2072
|
UpdateWebExperienceRequest.add_member(:identity_provider_configuration, Shapes::ShapeRef.new(shape: IdentityProviderConfiguration, location_name: "identityProviderConfiguration"))
|
1724
2073
|
UpdateWebExperienceRequest.add_member(:origins, Shapes::ShapeRef.new(shape: WebExperienceOrigins, location_name: "origins"))
|
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"))
|
1725
2076
|
UpdateWebExperienceRequest.struct_class = Types::UpdateWebExperienceRequest
|
1726
2077
|
|
1727
2078
|
UpdateWebExperienceResponse.struct_class = Types::UpdateWebExperienceResponse
|
@@ -1789,6 +2140,21 @@ module Aws::QBusiness
|
|
1789
2140
|
"uid" => "qbusiness-2023-11-27",
|
1790
2141
|
}
|
1791
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
|
+
|
1792
2158
|
api.add_operation(:batch_delete_document, Seahorse::Model::Operation.new.tap do |o|
|
1793
2159
|
o.name = "BatchDeleteDocument"
|
1794
2160
|
o.http_method = "POST"
|
@@ -1828,6 +2194,7 @@ module Aws::QBusiness
|
|
1828
2194
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1829
2195
|
o.errors << Shapes::ShapeRef.new(shape: LicenseNotFoundException)
|
1830
2196
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2197
|
+
o.errors << Shapes::ShapeRef.new(shape: ExternalResourceException)
|
1831
2198
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1832
2199
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1833
2200
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
@@ -1844,6 +2211,7 @@ module Aws::QBusiness
|
|
1844
2211
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1845
2212
|
o.errors << Shapes::ShapeRef.new(shape: LicenseNotFoundException)
|
1846
2213
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2214
|
+
o.errors << Shapes::ShapeRef.new(shape: ExternalResourceException)
|
1847
2215
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1848
2216
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1849
2217
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
@@ -1864,6 +2232,21 @@ module Aws::QBusiness
|
|
1864
2232
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
1865
2233
|
end)
|
1866
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
|
+
|
1867
2250
|
api.add_operation(:create_data_source, Seahorse::Model::Operation.new.tap do |o|
|
1868
2251
|
o.name = "CreateDataSource"
|
1869
2252
|
o.http_method = "POST"
|
@@ -1995,6 +2378,20 @@ module Aws::QBusiness
|
|
1995
2378
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1996
2379
|
end)
|
1997
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
|
+
|
1998
2395
|
api.add_operation(:delete_data_source, Seahorse::Model::Operation.new.tap do |o|
|
1999
2396
|
o.name = "DeleteDataSource"
|
2000
2397
|
o.http_method = "DELETE"
|
@@ -2093,6 +2490,20 @@ module Aws::QBusiness
|
|
2093
2490
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2094
2491
|
end)
|
2095
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
|
+
|
2096
2507
|
api.add_operation(:get_application, Seahorse::Model::Operation.new.tap do |o|
|
2097
2508
|
o.name = "GetApplication"
|
2098
2509
|
o.http_method = "GET"
|
@@ -2125,6 +2536,19 @@ module Aws::QBusiness
|
|
2125
2536
|
)
|
2126
2537
|
end)
|
2127
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
|
+
|
2128
2552
|
api.add_operation(:get_data_source, Seahorse::Model::Operation.new.tap do |o|
|
2129
2553
|
o.name = "GetDataSource"
|
2130
2554
|
o.http_method = "GET"
|
@@ -2165,6 +2589,21 @@ module Aws::QBusiness
|
|
2165
2589
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2166
2590
|
end)
|
2167
2591
|
|
2592
|
+
api.add_operation(:get_media, Seahorse::Model::Operation.new.tap do |o|
|
2593
|
+
o.name = "GetMedia"
|
2594
|
+
o.http_method = "GET"
|
2595
|
+
o.http_request_uri = "/applications/{applicationId}/conversations/{conversationId}/messages/{messageId}/media/{mediaId}"
|
2596
|
+
o.input = Shapes::ShapeRef.new(shape: GetMediaRequest)
|
2597
|
+
o.output = Shapes::ShapeRef.new(shape: GetMediaResponse)
|
2598
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2599
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2600
|
+
o.errors << Shapes::ShapeRef.new(shape: LicenseNotFoundException)
|
2601
|
+
o.errors << Shapes::ShapeRef.new(shape: MediaTooLargeException)
|
2602
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2603
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2604
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2605
|
+
end)
|
2606
|
+
|
2168
2607
|
api.add_operation(:get_plugin, Seahorse::Model::Operation.new.tap do |o|
|
2169
2608
|
o.name = "GetPlugin"
|
2170
2609
|
o.http_method = "GET"
|
@@ -2178,6 +2617,19 @@ module Aws::QBusiness
|
|
2178
2617
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2179
2618
|
end)
|
2180
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
|
+
|
2181
2633
|
api.add_operation(:get_retriever, Seahorse::Model::Operation.new.tap do |o|
|
2182
2634
|
o.name = "GetRetriever"
|
2183
2635
|
o.http_method = "GET"
|
@@ -2236,6 +2688,26 @@ module Aws::QBusiness
|
|
2236
2688
|
)
|
2237
2689
|
end)
|
2238
2690
|
|
2691
|
+
api.add_operation(:list_attachments, Seahorse::Model::Operation.new.tap do |o|
|
2692
|
+
o.name = "ListAttachments"
|
2693
|
+
o.http_method = "GET"
|
2694
|
+
o.http_request_uri = "/applications/{applicationId}/attachments"
|
2695
|
+
o.input = Shapes::ShapeRef.new(shape: ListAttachmentsRequest)
|
2696
|
+
o.output = Shapes::ShapeRef.new(shape: ListAttachmentsResponse)
|
2697
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2698
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2699
|
+
o.errors << Shapes::ShapeRef.new(shape: LicenseNotFoundException)
|
2700
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2701
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2702
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2703
|
+
o[:pager] = Aws::Pager.new(
|
2704
|
+
limit_key: "max_results",
|
2705
|
+
tokens: {
|
2706
|
+
"next_token" => "next_token"
|
2707
|
+
}
|
2708
|
+
)
|
2709
|
+
end)
|
2710
|
+
|
2239
2711
|
api.add_operation(:list_conversations, Seahorse::Model::Operation.new.tap do |o|
|
2240
2712
|
o.name = "ListConversations"
|
2241
2713
|
o.http_method = "GET"
|
@@ -2256,6 +2728,25 @@ module Aws::QBusiness
|
|
2256
2728
|
)
|
2257
2729
|
end)
|
2258
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
|
+
|
2259
2750
|
api.add_operation(:list_data_source_sync_jobs, Seahorse::Model::Operation.new.tap do |o|
|
2260
2751
|
o.name = "ListDataSourceSyncJobs"
|
2261
2752
|
o.http_method = "GET"
|
@@ -2264,6 +2755,7 @@ module Aws::QBusiness
|
|
2264
2755
|
o.output = Shapes::ShapeRef.new(shape: ListDataSourceSyncJobsResponse)
|
2265
2756
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2266
2757
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2758
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2267
2759
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2268
2760
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2269
2761
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
@@ -2372,6 +2864,61 @@ module Aws::QBusiness
|
|
2372
2864
|
)
|
2373
2865
|
end)
|
2374
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
|
+
|
2375
2922
|
api.add_operation(:list_plugins, Seahorse::Model::Operation.new.tap do |o|
|
2376
2923
|
o.name = "ListPlugins"
|
2377
2924
|
o.http_method = "GET"
|
@@ -2470,6 +3017,26 @@ module Aws::QBusiness
|
|
2470
3017
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
2471
3018
|
end)
|
2472
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
|
+
|
2473
3040
|
api.add_operation(:start_data_source_sync_job, Seahorse::Model::Operation.new.tap do |o|
|
2474
3041
|
o.name = "StartDataSourceSyncJob"
|
2475
3042
|
o.http_method = "POST"
|
@@ -2493,6 +3060,7 @@ module Aws::QBusiness
|
|
2493
3060
|
o.output = Shapes::ShapeRef.new(shape: StopDataSourceSyncJobResponse)
|
2494
3061
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2495
3062
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
3063
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2496
3064
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2497
3065
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2498
3066
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
@@ -2554,6 +3122,20 @@ module Aws::QBusiness
|
|
2554
3122
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
2555
3123
|
end)
|
2556
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
|
+
|
2557
3139
|
api.add_operation(:update_data_source, Seahorse::Model::Operation.new.tap do |o|
|
2558
3140
|
o.name = "UpdateDataSource"
|
2559
3141
|
o.http_method = "PUT"
|