aws-sdk-kendra 1.38.0 → 1.42.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 +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-kendra/client.rb +1036 -13
- data/lib/aws-sdk-kendra/client_api.rb +501 -1
- data/lib/aws-sdk-kendra/errors.rb +16 -0
- data/lib/aws-sdk-kendra/types.rb +2035 -194
- data/lib/aws-sdk-kendra.rb +2 -2
- metadata +4 -4
@@ -21,6 +21,12 @@ module Aws::Kendra
|
|
21
21
|
AdditionalResultAttributeValue = Shapes::StructureShape.new(name: 'AdditionalResultAttributeValue')
|
22
22
|
AdditionalResultAttributeValueType = Shapes::StringShape.new(name: 'AdditionalResultAttributeValueType')
|
23
23
|
AmazonResourceName = Shapes::StringShape.new(name: 'AmazonResourceName')
|
24
|
+
AssociateEntitiesToExperienceFailedEntityList = Shapes::ListShape.new(name: 'AssociateEntitiesToExperienceFailedEntityList')
|
25
|
+
AssociateEntitiesToExperienceRequest = Shapes::StructureShape.new(name: 'AssociateEntitiesToExperienceRequest')
|
26
|
+
AssociateEntitiesToExperienceResponse = Shapes::StructureShape.new(name: 'AssociateEntitiesToExperienceResponse')
|
27
|
+
AssociateEntityList = Shapes::ListShape.new(name: 'AssociateEntityList')
|
28
|
+
AssociatePersonasToEntitiesRequest = Shapes::StructureShape.new(name: 'AssociatePersonasToEntitiesRequest')
|
29
|
+
AssociatePersonasToEntitiesResponse = Shapes::StructureShape.new(name: 'AssociatePersonasToEntitiesResponse')
|
24
30
|
AttributeFilter = Shapes::StructureShape.new(name: 'AttributeFilter')
|
25
31
|
AttributeFilterList = Shapes::ListShape.new(name: 'AttributeFilterList')
|
26
32
|
AuthenticationConfiguration = Shapes::StructureShape.new(name: 'AuthenticationConfiguration')
|
@@ -49,6 +55,7 @@ module Aws::Kendra
|
|
49
55
|
ClientTokenName = Shapes::StringShape.new(name: 'ClientTokenName')
|
50
56
|
ColumnConfiguration = Shapes::StructureShape.new(name: 'ColumnConfiguration')
|
51
57
|
ColumnName = Shapes::StringShape.new(name: 'ColumnName')
|
58
|
+
ConditionOperator = Shapes::StringShape.new(name: 'ConditionOperator')
|
52
59
|
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
53
60
|
ConfluenceAttachmentConfiguration = Shapes::StructureShape.new(name: 'ConfluenceAttachmentConfiguration')
|
54
61
|
ConfluenceAttachmentFieldMappingsList = Shapes::ListShape.new(name: 'ConfluenceAttachmentFieldMappingsList')
|
@@ -71,10 +78,13 @@ module Aws::Kendra
|
|
71
78
|
ConfluenceSpaceToIndexFieldMapping = Shapes::StructureShape.new(name: 'ConfluenceSpaceToIndexFieldMapping')
|
72
79
|
ConfluenceVersion = Shapes::StringShape.new(name: 'ConfluenceVersion')
|
73
80
|
ConnectionConfiguration = Shapes::StructureShape.new(name: 'ConnectionConfiguration')
|
81
|
+
ContentSourceConfiguration = Shapes::StructureShape.new(name: 'ContentSourceConfiguration')
|
74
82
|
ContentType = Shapes::StringShape.new(name: 'ContentType')
|
75
83
|
CrawlDepth = Shapes::IntegerShape.new(name: 'CrawlDepth')
|
76
84
|
CreateDataSourceRequest = Shapes::StructureShape.new(name: 'CreateDataSourceRequest')
|
77
85
|
CreateDataSourceResponse = Shapes::StructureShape.new(name: 'CreateDataSourceResponse')
|
86
|
+
CreateExperienceRequest = Shapes::StructureShape.new(name: 'CreateExperienceRequest')
|
87
|
+
CreateExperienceResponse = Shapes::StructureShape.new(name: 'CreateExperienceResponse')
|
78
88
|
CreateFaqRequest = Shapes::StructureShape.new(name: 'CreateFaqRequest')
|
79
89
|
CreateFaqResponse = Shapes::StructureShape.new(name: 'CreateFaqResponse')
|
80
90
|
CreateIndexRequest = Shapes::StructureShape.new(name: 'CreateIndexRequest')
|
@@ -83,12 +93,14 @@ module Aws::Kendra
|
|
83
93
|
CreateQuerySuggestionsBlockListResponse = Shapes::StructureShape.new(name: 'CreateQuerySuggestionsBlockListResponse')
|
84
94
|
CreateThesaurusRequest = Shapes::StructureShape.new(name: 'CreateThesaurusRequest')
|
85
95
|
CreateThesaurusResponse = Shapes::StructureShape.new(name: 'CreateThesaurusResponse')
|
96
|
+
CustomDocumentEnrichmentConfiguration = Shapes::StructureShape.new(name: 'CustomDocumentEnrichmentConfiguration')
|
86
97
|
DataSourceConfiguration = Shapes::StructureShape.new(name: 'DataSourceConfiguration')
|
87
98
|
DataSourceDateFieldFormat = Shapes::StringShape.new(name: 'DataSourceDateFieldFormat')
|
88
99
|
DataSourceFieldName = Shapes::StringShape.new(name: 'DataSourceFieldName')
|
89
100
|
DataSourceGroup = Shapes::StructureShape.new(name: 'DataSourceGroup')
|
90
101
|
DataSourceGroups = Shapes::ListShape.new(name: 'DataSourceGroups')
|
91
102
|
DataSourceId = Shapes::StringShape.new(name: 'DataSourceId')
|
103
|
+
DataSourceIdList = Shapes::ListShape.new(name: 'DataSourceIdList')
|
92
104
|
DataSourceInclusionsExclusionsStrings = Shapes::ListShape.new(name: 'DataSourceInclusionsExclusionsStrings')
|
93
105
|
DataSourceInclusionsExclusionsStringsMember = Shapes::StringShape.new(name: 'DataSourceInclusionsExclusionsStringsMember')
|
94
106
|
DataSourceName = Shapes::StringShape.new(name: 'DataSourceName')
|
@@ -111,6 +123,8 @@ module Aws::Kendra
|
|
111
123
|
DatabaseName = Shapes::StringShape.new(name: 'DatabaseName')
|
112
124
|
DatabasePort = Shapes::IntegerShape.new(name: 'DatabasePort')
|
113
125
|
DeleteDataSourceRequest = Shapes::StructureShape.new(name: 'DeleteDataSourceRequest')
|
126
|
+
DeleteExperienceRequest = Shapes::StructureShape.new(name: 'DeleteExperienceRequest')
|
127
|
+
DeleteExperienceResponse = Shapes::StructureShape.new(name: 'DeleteExperienceResponse')
|
114
128
|
DeleteFaqRequest = Shapes::StructureShape.new(name: 'DeleteFaqRequest')
|
115
129
|
DeleteIndexRequest = Shapes::StructureShape.new(name: 'DeleteIndexRequest')
|
116
130
|
DeletePrincipalMappingRequest = Shapes::StructureShape.new(name: 'DeletePrincipalMappingRequest')
|
@@ -118,6 +132,8 @@ module Aws::Kendra
|
|
118
132
|
DeleteThesaurusRequest = Shapes::StructureShape.new(name: 'DeleteThesaurusRequest')
|
119
133
|
DescribeDataSourceRequest = Shapes::StructureShape.new(name: 'DescribeDataSourceRequest')
|
120
134
|
DescribeDataSourceResponse = Shapes::StructureShape.new(name: 'DescribeDataSourceResponse')
|
135
|
+
DescribeExperienceRequest = Shapes::StructureShape.new(name: 'DescribeExperienceRequest')
|
136
|
+
DescribeExperienceResponse = Shapes::StructureShape.new(name: 'DescribeExperienceResponse')
|
121
137
|
DescribeFaqRequest = Shapes::StructureShape.new(name: 'DescribeFaqRequest')
|
122
138
|
DescribeFaqResponse = Shapes::StructureShape.new(name: 'DescribeFaqResponse')
|
123
139
|
DescribeIndexRequest = Shapes::StructureShape.new(name: 'DescribeIndexRequest')
|
@@ -131,13 +147,20 @@ module Aws::Kendra
|
|
131
147
|
DescribeThesaurusRequest = Shapes::StructureShape.new(name: 'DescribeThesaurusRequest')
|
132
148
|
DescribeThesaurusResponse = Shapes::StructureShape.new(name: 'DescribeThesaurusResponse')
|
133
149
|
Description = Shapes::StringShape.new(name: 'Description')
|
150
|
+
DisassociateEntitiesFromExperienceRequest = Shapes::StructureShape.new(name: 'DisassociateEntitiesFromExperienceRequest')
|
151
|
+
DisassociateEntitiesFromExperienceResponse = Shapes::StructureShape.new(name: 'DisassociateEntitiesFromExperienceResponse')
|
152
|
+
DisassociateEntityList = Shapes::ListShape.new(name: 'DisassociateEntityList')
|
153
|
+
DisassociatePersonasFromEntitiesRequest = Shapes::StructureShape.new(name: 'DisassociatePersonasFromEntitiesRequest')
|
154
|
+
DisassociatePersonasFromEntitiesResponse = Shapes::StructureShape.new(name: 'DisassociatePersonasFromEntitiesResponse')
|
134
155
|
Document = Shapes::StructureShape.new(name: 'Document')
|
135
156
|
DocumentAttribute = Shapes::StructureShape.new(name: 'DocumentAttribute')
|
157
|
+
DocumentAttributeCondition = Shapes::StructureShape.new(name: 'DocumentAttributeCondition')
|
136
158
|
DocumentAttributeKey = Shapes::StringShape.new(name: 'DocumentAttributeKey')
|
137
159
|
DocumentAttributeKeyList = Shapes::ListShape.new(name: 'DocumentAttributeKeyList')
|
138
160
|
DocumentAttributeList = Shapes::ListShape.new(name: 'DocumentAttributeList')
|
139
161
|
DocumentAttributeStringListValue = Shapes::ListShape.new(name: 'DocumentAttributeStringListValue')
|
140
162
|
DocumentAttributeStringValue = Shapes::StringShape.new(name: 'DocumentAttributeStringValue')
|
163
|
+
DocumentAttributeTarget = Shapes::StructureShape.new(name: 'DocumentAttributeTarget')
|
141
164
|
DocumentAttributeValue = Shapes::StructureShape.new(name: 'DocumentAttributeValue')
|
142
165
|
DocumentAttributeValueCountPair = Shapes::StructureShape.new(name: 'DocumentAttributeValueCountPair')
|
143
166
|
DocumentAttributeValueCountPairList = Shapes::ListShape.new(name: 'DocumentAttributeValueCountPairList')
|
@@ -157,18 +180,40 @@ module Aws::Kendra
|
|
157
180
|
DocumentStatusList = Shapes::ListShape.new(name: 'DocumentStatusList')
|
158
181
|
DocumentsMetadataConfiguration = Shapes::StructureShape.new(name: 'DocumentsMetadataConfiguration')
|
159
182
|
Duration = Shapes::StringShape.new(name: 'Duration')
|
183
|
+
Endpoint = Shapes::StringShape.new(name: 'Endpoint')
|
184
|
+
EndpointType = Shapes::StringShape.new(name: 'EndpointType')
|
185
|
+
EntityConfiguration = Shapes::StructureShape.new(name: 'EntityConfiguration')
|
186
|
+
EntityDisplayData = Shapes::StructureShape.new(name: 'EntityDisplayData')
|
187
|
+
EntityId = Shapes::StringShape.new(name: 'EntityId')
|
188
|
+
EntityIdsList = Shapes::ListShape.new(name: 'EntityIdsList')
|
189
|
+
EntityPersonaConfiguration = Shapes::StructureShape.new(name: 'EntityPersonaConfiguration')
|
190
|
+
EntityPersonaConfigurationList = Shapes::ListShape.new(name: 'EntityPersonaConfigurationList')
|
191
|
+
EntityType = Shapes::StringShape.new(name: 'EntityType')
|
160
192
|
ErrorCode = Shapes::StringShape.new(name: 'ErrorCode')
|
161
193
|
ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
|
162
194
|
ExcludeMimeTypesList = Shapes::ListShape.new(name: 'ExcludeMimeTypesList')
|
163
195
|
ExcludeSharedDrivesList = Shapes::ListShape.new(name: 'ExcludeSharedDrivesList')
|
164
196
|
ExcludeUserAccountsList = Shapes::ListShape.new(name: 'ExcludeUserAccountsList')
|
197
|
+
ExperienceConfiguration = Shapes::StructureShape.new(name: 'ExperienceConfiguration')
|
198
|
+
ExperienceEndpoint = Shapes::StructureShape.new(name: 'ExperienceEndpoint')
|
199
|
+
ExperienceEndpoints = Shapes::ListShape.new(name: 'ExperienceEndpoints')
|
200
|
+
ExperienceEntitiesSummary = Shapes::StructureShape.new(name: 'ExperienceEntitiesSummary')
|
201
|
+
ExperienceEntitiesSummaryList = Shapes::ListShape.new(name: 'ExperienceEntitiesSummaryList')
|
202
|
+
ExperienceId = Shapes::StringShape.new(name: 'ExperienceId')
|
203
|
+
ExperienceName = Shapes::StringShape.new(name: 'ExperienceName')
|
204
|
+
ExperienceStatus = Shapes::StringShape.new(name: 'ExperienceStatus')
|
205
|
+
ExperiencesSummary = Shapes::StructureShape.new(name: 'ExperiencesSummary')
|
206
|
+
ExperiencesSummaryList = Shapes::ListShape.new(name: 'ExperiencesSummaryList')
|
165
207
|
Facet = Shapes::StructureShape.new(name: 'Facet')
|
166
208
|
FacetList = Shapes::ListShape.new(name: 'FacetList')
|
167
209
|
FacetResult = Shapes::StructureShape.new(name: 'FacetResult')
|
168
210
|
FacetResultList = Shapes::ListShape.new(name: 'FacetResultList')
|
211
|
+
FailedEntity = Shapes::StructureShape.new(name: 'FailedEntity')
|
212
|
+
FailedEntityList = Shapes::ListShape.new(name: 'FailedEntityList')
|
169
213
|
FailureReason = Shapes::StringShape.new(name: 'FailureReason')
|
170
214
|
FaqFileFormat = Shapes::StringShape.new(name: 'FaqFileFormat')
|
171
215
|
FaqId = Shapes::StringShape.new(name: 'FaqId')
|
216
|
+
FaqIdsList = Shapes::ListShape.new(name: 'FaqIdsList')
|
172
217
|
FaqName = Shapes::StringShape.new(name: 'FaqName')
|
173
218
|
FaqStatistics = Shapes::StructureShape.new(name: 'FaqStatistics')
|
174
219
|
FaqStatus = Shapes::StringShape.new(name: 'FaqStatus')
|
@@ -177,6 +222,8 @@ module Aws::Kendra
|
|
177
222
|
FeedbackToken = Shapes::StringShape.new(name: 'FeedbackToken')
|
178
223
|
GetQuerySuggestionsRequest = Shapes::StructureShape.new(name: 'GetQuerySuggestionsRequest')
|
179
224
|
GetQuerySuggestionsResponse = Shapes::StructureShape.new(name: 'GetQuerySuggestionsResponse')
|
225
|
+
GetSnapshotsRequest = Shapes::StructureShape.new(name: 'GetSnapshotsRequest')
|
226
|
+
GetSnapshotsResponse = Shapes::StructureShape.new(name: 'GetSnapshotsResponse')
|
180
227
|
GoogleDriveConfiguration = Shapes::StructureShape.new(name: 'GoogleDriveConfiguration')
|
181
228
|
GroupAttributeField = Shapes::StringShape.new(name: 'GroupAttributeField')
|
182
229
|
GroupId = Shapes::StringShape.new(name: 'GroupId')
|
@@ -190,7 +237,9 @@ module Aws::Kendra
|
|
190
237
|
Highlight = Shapes::StructureShape.new(name: 'Highlight')
|
191
238
|
HighlightList = Shapes::ListShape.new(name: 'HighlightList')
|
192
239
|
HighlightType = Shapes::StringShape.new(name: 'HighlightType')
|
240
|
+
HookConfiguration = Shapes::StructureShape.new(name: 'HookConfiguration')
|
193
241
|
Host = Shapes::StringShape.new(name: 'Host')
|
242
|
+
IdentityAttributeName = Shapes::StringShape.new(name: 'IdentityAttributeName')
|
194
243
|
Importance = Shapes::IntegerShape.new(name: 'Importance')
|
195
244
|
IndexConfigurationSummary = Shapes::StructureShape.new(name: 'IndexConfigurationSummary')
|
196
245
|
IndexConfigurationSummaryList = Shapes::ListShape.new(name: 'IndexConfigurationSummaryList')
|
@@ -203,18 +252,29 @@ module Aws::Kendra
|
|
203
252
|
IndexedQuestionAnswersCount = Shapes::IntegerShape.new(name: 'IndexedQuestionAnswersCount')
|
204
253
|
IndexedTextBytes = Shapes::IntegerShape.new(name: 'IndexedTextBytes')
|
205
254
|
IndexedTextDocumentsCount = Shapes::IntegerShape.new(name: 'IndexedTextDocumentsCount')
|
255
|
+
InlineCustomDocumentEnrichmentConfiguration = Shapes::StructureShape.new(name: 'InlineCustomDocumentEnrichmentConfiguration')
|
256
|
+
InlineCustomDocumentEnrichmentConfigurationList = Shapes::ListShape.new(name: 'InlineCustomDocumentEnrichmentConfigurationList')
|
206
257
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
207
258
|
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
259
|
+
Interval = Shapes::StringShape.new(name: 'Interval')
|
260
|
+
InvalidRequestException = Shapes::StructureShape.new(name: 'InvalidRequestException')
|
208
261
|
Issuer = Shapes::StringShape.new(name: 'Issuer')
|
209
262
|
JsonTokenTypeConfiguration = Shapes::StructureShape.new(name: 'JsonTokenTypeConfiguration')
|
210
263
|
JwtTokenTypeConfiguration = Shapes::StructureShape.new(name: 'JwtTokenTypeConfiguration')
|
211
264
|
KeyLocation = Shapes::StringShape.new(name: 'KeyLocation')
|
212
265
|
KmsKeyId = Shapes::StringShape.new(name: 'KmsKeyId')
|
266
|
+
LambdaArn = Shapes::StringShape.new(name: 'LambdaArn')
|
213
267
|
LanguageCode = Shapes::StringShape.new(name: 'LanguageCode')
|
214
268
|
ListDataSourceSyncJobsRequest = Shapes::StructureShape.new(name: 'ListDataSourceSyncJobsRequest')
|
215
269
|
ListDataSourceSyncJobsResponse = Shapes::StructureShape.new(name: 'ListDataSourceSyncJobsResponse')
|
216
270
|
ListDataSourcesRequest = Shapes::StructureShape.new(name: 'ListDataSourcesRequest')
|
217
271
|
ListDataSourcesResponse = Shapes::StructureShape.new(name: 'ListDataSourcesResponse')
|
272
|
+
ListEntityPersonasRequest = Shapes::StructureShape.new(name: 'ListEntityPersonasRequest')
|
273
|
+
ListEntityPersonasResponse = Shapes::StructureShape.new(name: 'ListEntityPersonasResponse')
|
274
|
+
ListExperienceEntitiesRequest = Shapes::StructureShape.new(name: 'ListExperienceEntitiesRequest')
|
275
|
+
ListExperienceEntitiesResponse = Shapes::StructureShape.new(name: 'ListExperienceEntitiesResponse')
|
276
|
+
ListExperiencesRequest = Shapes::StructureShape.new(name: 'ListExperiencesRequest')
|
277
|
+
ListExperiencesResponse = Shapes::StructureShape.new(name: 'ListExperiencesResponse')
|
218
278
|
ListFaqsRequest = Shapes::StructureShape.new(name: 'ListFaqsRequest')
|
219
279
|
ListFaqsResponse = Shapes::StructureShape.new(name: 'ListFaqsResponse')
|
220
280
|
ListGroupsOlderThanOrderingIdRequest = Shapes::StructureShape.new(name: 'ListGroupsOlderThanOrderingIdRequest')
|
@@ -233,6 +293,8 @@ module Aws::Kendra
|
|
233
293
|
MaxLinksPerPage = Shapes::IntegerShape.new(name: 'MaxLinksPerPage')
|
234
294
|
MaxResultsIntegerForListDataSourceSyncJobsRequest = Shapes::IntegerShape.new(name: 'MaxResultsIntegerForListDataSourceSyncJobsRequest')
|
235
295
|
MaxResultsIntegerForListDataSourcesRequest = Shapes::IntegerShape.new(name: 'MaxResultsIntegerForListDataSourcesRequest')
|
296
|
+
MaxResultsIntegerForListEntityPersonasRequest = Shapes::IntegerShape.new(name: 'MaxResultsIntegerForListEntityPersonasRequest')
|
297
|
+
MaxResultsIntegerForListExperiencesRequest = Shapes::IntegerShape.new(name: 'MaxResultsIntegerForListExperiencesRequest')
|
236
298
|
MaxResultsIntegerForListFaqsRequest = Shapes::IntegerShape.new(name: 'MaxResultsIntegerForListFaqsRequest')
|
237
299
|
MaxResultsIntegerForListIndicesRequest = Shapes::IntegerShape.new(name: 'MaxResultsIntegerForListIndicesRequest')
|
238
300
|
MaxResultsIntegerForListPrincipalsRequest = Shapes::IntegerShape.new(name: 'MaxResultsIntegerForListPrincipalsRequest')
|
@@ -243,11 +305,13 @@ module Aws::Kendra
|
|
243
305
|
MemberGroups = Shapes::ListShape.new(name: 'MemberGroups')
|
244
306
|
MemberUser = Shapes::StructureShape.new(name: 'MemberUser')
|
245
307
|
MemberUsers = Shapes::ListShape.new(name: 'MemberUsers')
|
308
|
+
MetricType = Shapes::StringShape.new(name: 'MetricType')
|
246
309
|
MetricValue = Shapes::StringShape.new(name: 'MetricValue')
|
247
310
|
MimeType = Shapes::StringShape.new(name: 'MimeType')
|
248
311
|
MinimumNumberOfQueryingUsers = Shapes::IntegerShape.new(name: 'MinimumNumberOfQueryingUsers')
|
249
312
|
MinimumQueryCount = Shapes::IntegerShape.new(name: 'MinimumQueryCount')
|
250
313
|
Mode = Shapes::StringShape.new(name: 'Mode')
|
314
|
+
NameType = Shapes::StringShape.new(name: 'NameType')
|
251
315
|
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
252
316
|
ObjectBoolean = Shapes::BooleanShape.new(name: 'ObjectBoolean')
|
253
317
|
OneDriveConfiguration = Shapes::StructureShape.new(name: 'OneDriveConfiguration')
|
@@ -256,6 +320,9 @@ module Aws::Kendra
|
|
256
320
|
OneDriveUsers = Shapes::StructureShape.new(name: 'OneDriveUsers')
|
257
321
|
Order = Shapes::StringShape.new(name: 'Order')
|
258
322
|
OrganizationId = Shapes::StringShape.new(name: 'OrganizationId')
|
323
|
+
Persona = Shapes::StringShape.new(name: 'Persona')
|
324
|
+
PersonasSummary = Shapes::StructureShape.new(name: 'PersonasSummary')
|
325
|
+
PersonasSummaryList = Shapes::ListShape.new(name: 'PersonasSummaryList')
|
259
326
|
Port = Shapes::IntegerShape.new(name: 'Port')
|
260
327
|
Principal = Shapes::StructureShape.new(name: 'Principal')
|
261
328
|
PrincipalList = Shapes::ListShape.new(name: 'PrincipalList')
|
@@ -336,6 +403,9 @@ module Aws::Kendra
|
|
336
403
|
SiteMap = Shapes::StringShape.new(name: 'SiteMap')
|
337
404
|
SiteMapsConfiguration = Shapes::StructureShape.new(name: 'SiteMapsConfiguration')
|
338
405
|
SiteMapsList = Shapes::ListShape.new(name: 'SiteMapsList')
|
406
|
+
SnapshotsDataHeaderFields = Shapes::ListShape.new(name: 'SnapshotsDataHeaderFields')
|
407
|
+
SnapshotsDataRecord = Shapes::ListShape.new(name: 'SnapshotsDataRecord')
|
408
|
+
SnapshotsDataRecords = Shapes::ListShape.new(name: 'SnapshotsDataRecords')
|
339
409
|
SortOrder = Shapes::StringShape.new(name: 'SortOrder')
|
340
410
|
SortingConfiguration = Shapes::StructureShape.new(name: 'SortingConfiguration')
|
341
411
|
SqlConfiguration = Shapes::StructureShape.new(name: 'SqlConfiguration')
|
@@ -379,6 +449,7 @@ module Aws::Kendra
|
|
379
449
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
380
450
|
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
381
451
|
UpdateDataSourceRequest = Shapes::StructureShape.new(name: 'UpdateDataSourceRequest')
|
452
|
+
UpdateExperienceRequest = Shapes::StructureShape.new(name: 'UpdateExperienceRequest')
|
382
453
|
UpdateIndexRequest = Shapes::StructureShape.new(name: 'UpdateIndexRequest')
|
383
454
|
UpdateQuerySuggestionsBlockListRequest = Shapes::StructureShape.new(name: 'UpdateQuerySuggestionsBlockListRequest')
|
384
455
|
UpdateQuerySuggestionsConfigRequest = Shapes::StructureShape.new(name: 'UpdateQuerySuggestionsConfigRequest')
|
@@ -391,6 +462,7 @@ module Aws::Kendra
|
|
391
462
|
UserGroupResolutionConfiguration = Shapes::StructureShape.new(name: 'UserGroupResolutionConfiguration')
|
392
463
|
UserGroupResolutionMode = Shapes::StringShape.new(name: 'UserGroupResolutionMode')
|
393
464
|
UserId = Shapes::StringShape.new(name: 'UserId')
|
465
|
+
UserIdentityConfiguration = Shapes::StructureShape.new(name: 'UserIdentityConfiguration')
|
394
466
|
UserNameAttributeField = Shapes::StringShape.new(name: 'UserNameAttributeField')
|
395
467
|
UserTokenConfiguration = Shapes::StructureShape.new(name: 'UserTokenConfiguration')
|
396
468
|
UserTokenConfigurationList = Shapes::ListShape.new(name: 'UserTokenConfigurationList')
|
@@ -399,6 +471,10 @@ module Aws::Kendra
|
|
399
471
|
ValueImportanceMapKey = Shapes::StringShape.new(name: 'ValueImportanceMapKey')
|
400
472
|
VisitorId = Shapes::StringShape.new(name: 'VisitorId')
|
401
473
|
VpcSecurityGroupId = Shapes::StringShape.new(name: 'VpcSecurityGroupId')
|
474
|
+
Warning = Shapes::StructureShape.new(name: 'Warning')
|
475
|
+
WarningCode = Shapes::StringShape.new(name: 'WarningCode')
|
476
|
+
WarningList = Shapes::ListShape.new(name: 'WarningList')
|
477
|
+
WarningMessage = Shapes::StringShape.new(name: 'WarningMessage')
|
402
478
|
WebCrawlerConfiguration = Shapes::StructureShape.new(name: 'WebCrawlerConfiguration')
|
403
479
|
WebCrawlerMode = Shapes::StringShape.new(name: 'WebCrawlerMode')
|
404
480
|
WorkDocsConfiguration = Shapes::StructureShape.new(name: 'WorkDocsConfiguration')
|
@@ -422,6 +498,26 @@ module Aws::Kendra
|
|
422
498
|
AdditionalResultAttributeValue.add_member(:text_with_highlights_value, Shapes::ShapeRef.new(shape: TextWithHighlights, location_name: "TextWithHighlightsValue"))
|
423
499
|
AdditionalResultAttributeValue.struct_class = Types::AdditionalResultAttributeValue
|
424
500
|
|
501
|
+
AssociateEntitiesToExperienceFailedEntityList.member = Shapes::ShapeRef.new(shape: FailedEntity)
|
502
|
+
|
503
|
+
AssociateEntitiesToExperienceRequest.add_member(:id, Shapes::ShapeRef.new(shape: ExperienceId, required: true, location_name: "Id"))
|
504
|
+
AssociateEntitiesToExperienceRequest.add_member(:index_id, Shapes::ShapeRef.new(shape: IndexId, required: true, location_name: "IndexId"))
|
505
|
+
AssociateEntitiesToExperienceRequest.add_member(:entity_list, Shapes::ShapeRef.new(shape: AssociateEntityList, required: true, location_name: "EntityList"))
|
506
|
+
AssociateEntitiesToExperienceRequest.struct_class = Types::AssociateEntitiesToExperienceRequest
|
507
|
+
|
508
|
+
AssociateEntitiesToExperienceResponse.add_member(:failed_entity_list, Shapes::ShapeRef.new(shape: AssociateEntitiesToExperienceFailedEntityList, location_name: "FailedEntityList"))
|
509
|
+
AssociateEntitiesToExperienceResponse.struct_class = Types::AssociateEntitiesToExperienceResponse
|
510
|
+
|
511
|
+
AssociateEntityList.member = Shapes::ShapeRef.new(shape: EntityConfiguration)
|
512
|
+
|
513
|
+
AssociatePersonasToEntitiesRequest.add_member(:id, Shapes::ShapeRef.new(shape: ExperienceId, required: true, location_name: "Id"))
|
514
|
+
AssociatePersonasToEntitiesRequest.add_member(:index_id, Shapes::ShapeRef.new(shape: IndexId, required: true, location_name: "IndexId"))
|
515
|
+
AssociatePersonasToEntitiesRequest.add_member(:personas, Shapes::ShapeRef.new(shape: EntityPersonaConfigurationList, required: true, location_name: "Personas"))
|
516
|
+
AssociatePersonasToEntitiesRequest.struct_class = Types::AssociatePersonasToEntitiesRequest
|
517
|
+
|
518
|
+
AssociatePersonasToEntitiesResponse.add_member(:failed_entity_list, Shapes::ShapeRef.new(shape: FailedEntityList, location_name: "FailedEntityList"))
|
519
|
+
AssociatePersonasToEntitiesResponse.struct_class = Types::AssociatePersonasToEntitiesResponse
|
520
|
+
|
425
521
|
AttributeFilter.add_member(:and_all_filters, Shapes::ShapeRef.new(shape: AttributeFilterList, location_name: "AndAllFilters"))
|
426
522
|
AttributeFilter.add_member(:or_all_filters, Shapes::ShapeRef.new(shape: AttributeFilterList, location_name: "OrAllFilters"))
|
427
523
|
AttributeFilter.add_member(:not_filter, Shapes::ShapeRef.new(shape: AttributeFilter, location_name: "NotFilter"))
|
@@ -479,6 +575,7 @@ module Aws::Kendra
|
|
479
575
|
BatchPutDocumentRequest.add_member(:index_id, Shapes::ShapeRef.new(shape: IndexId, required: true, location_name: "IndexId"))
|
480
576
|
BatchPutDocumentRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
|
481
577
|
BatchPutDocumentRequest.add_member(:documents, Shapes::ShapeRef.new(shape: DocumentList, required: true, location_name: "Documents"))
|
578
|
+
BatchPutDocumentRequest.add_member(:custom_document_enrichment_configuration, Shapes::ShapeRef.new(shape: CustomDocumentEnrichmentConfiguration, location_name: "CustomDocumentEnrichmentConfiguration"))
|
482
579
|
BatchPutDocumentRequest.struct_class = Types::BatchPutDocumentRequest
|
483
580
|
|
484
581
|
BatchPutDocumentResponse.add_member(:failed_documents, Shapes::ShapeRef.new(shape: BatchPutDocumentResponseFailedDocuments, location_name: "FailedDocuments"))
|
@@ -582,6 +679,11 @@ module Aws::Kendra
|
|
582
679
|
ConnectionConfiguration.add_member(:secret_arn, Shapes::ShapeRef.new(shape: SecretArn, required: true, location_name: "SecretArn"))
|
583
680
|
ConnectionConfiguration.struct_class = Types::ConnectionConfiguration
|
584
681
|
|
682
|
+
ContentSourceConfiguration.add_member(:data_source_ids, Shapes::ShapeRef.new(shape: DataSourceIdList, location_name: "DataSourceIds"))
|
683
|
+
ContentSourceConfiguration.add_member(:faq_ids, Shapes::ShapeRef.new(shape: FaqIdsList, location_name: "FaqIds"))
|
684
|
+
ContentSourceConfiguration.add_member(:direct_put_content, Shapes::ShapeRef.new(shape: Boolean, location_name: "DirectPutContent"))
|
685
|
+
ContentSourceConfiguration.struct_class = Types::ContentSourceConfiguration
|
686
|
+
|
585
687
|
CreateDataSourceRequest.add_member(:name, Shapes::ShapeRef.new(shape: DataSourceName, required: true, location_name: "Name"))
|
586
688
|
CreateDataSourceRequest.add_member(:index_id, Shapes::ShapeRef.new(shape: IndexId, required: true, location_name: "IndexId"))
|
587
689
|
CreateDataSourceRequest.add_member(:type, Shapes::ShapeRef.new(shape: DataSourceType, required: true, location_name: "Type"))
|
@@ -592,11 +694,23 @@ module Aws::Kendra
|
|
592
694
|
CreateDataSourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
593
695
|
CreateDataSourceRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientTokenName, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
594
696
|
CreateDataSourceRequest.add_member(:language_code, Shapes::ShapeRef.new(shape: LanguageCode, location_name: "LanguageCode"))
|
697
|
+
CreateDataSourceRequest.add_member(:custom_document_enrichment_configuration, Shapes::ShapeRef.new(shape: CustomDocumentEnrichmentConfiguration, location_name: "CustomDocumentEnrichmentConfiguration"))
|
595
698
|
CreateDataSourceRequest.struct_class = Types::CreateDataSourceRequest
|
596
699
|
|
597
700
|
CreateDataSourceResponse.add_member(:id, Shapes::ShapeRef.new(shape: DataSourceId, required: true, location_name: "Id"))
|
598
701
|
CreateDataSourceResponse.struct_class = Types::CreateDataSourceResponse
|
599
702
|
|
703
|
+
CreateExperienceRequest.add_member(:name, Shapes::ShapeRef.new(shape: ExperienceName, required: true, location_name: "Name"))
|
704
|
+
CreateExperienceRequest.add_member(:index_id, Shapes::ShapeRef.new(shape: IndexId, required: true, location_name: "IndexId"))
|
705
|
+
CreateExperienceRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
|
706
|
+
CreateExperienceRequest.add_member(:configuration, Shapes::ShapeRef.new(shape: ExperienceConfiguration, location_name: "Configuration"))
|
707
|
+
CreateExperienceRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
708
|
+
CreateExperienceRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientTokenName, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
709
|
+
CreateExperienceRequest.struct_class = Types::CreateExperienceRequest
|
710
|
+
|
711
|
+
CreateExperienceResponse.add_member(:id, Shapes::ShapeRef.new(shape: ExperienceId, required: true, location_name: "Id"))
|
712
|
+
CreateExperienceResponse.struct_class = Types::CreateExperienceResponse
|
713
|
+
|
600
714
|
CreateFaqRequest.add_member(:index_id, Shapes::ShapeRef.new(shape: IndexId, required: true, location_name: "IndexId"))
|
601
715
|
CreateFaqRequest.add_member(:name, Shapes::ShapeRef.new(shape: FaqName, required: true, location_name: "Name"))
|
602
716
|
CreateFaqRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
@@ -650,6 +764,12 @@ module Aws::Kendra
|
|
650
764
|
CreateThesaurusResponse.add_member(:id, Shapes::ShapeRef.new(shape: ThesaurusId, location_name: "Id"))
|
651
765
|
CreateThesaurusResponse.struct_class = Types::CreateThesaurusResponse
|
652
766
|
|
767
|
+
CustomDocumentEnrichmentConfiguration.add_member(:inline_configurations, Shapes::ShapeRef.new(shape: InlineCustomDocumentEnrichmentConfigurationList, location_name: "InlineConfigurations"))
|
768
|
+
CustomDocumentEnrichmentConfiguration.add_member(:pre_extraction_hook_configuration, Shapes::ShapeRef.new(shape: HookConfiguration, location_name: "PreExtractionHookConfiguration"))
|
769
|
+
CustomDocumentEnrichmentConfiguration.add_member(:post_extraction_hook_configuration, Shapes::ShapeRef.new(shape: HookConfiguration, location_name: "PostExtractionHookConfiguration"))
|
770
|
+
CustomDocumentEnrichmentConfiguration.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
|
771
|
+
CustomDocumentEnrichmentConfiguration.struct_class = Types::CustomDocumentEnrichmentConfiguration
|
772
|
+
|
653
773
|
DataSourceConfiguration.add_member(:s3_configuration, Shapes::ShapeRef.new(shape: S3DataSourceConfiguration, location_name: "S3Configuration"))
|
654
774
|
DataSourceConfiguration.add_member(:share_point_configuration, Shapes::ShapeRef.new(shape: SharePointConfiguration, location_name: "SharePointConfiguration"))
|
655
775
|
DataSourceConfiguration.add_member(:database_configuration, Shapes::ShapeRef.new(shape: DatabaseConfiguration, location_name: "DatabaseConfiguration"))
|
@@ -668,6 +788,8 @@ module Aws::Kendra
|
|
668
788
|
|
669
789
|
DataSourceGroups.member = Shapes::ShapeRef.new(shape: DataSourceGroup)
|
670
790
|
|
791
|
+
DataSourceIdList.member = Shapes::ShapeRef.new(shape: DataSourceId)
|
792
|
+
|
671
793
|
DataSourceInclusionsExclusionsStrings.member = Shapes::ShapeRef.new(shape: DataSourceInclusionsExclusionsStringsMember)
|
672
794
|
|
673
795
|
DataSourceSummary.add_member(:name, Shapes::ShapeRef.new(shape: DataSourceName, location_name: "Name"))
|
@@ -727,6 +849,12 @@ module Aws::Kendra
|
|
727
849
|
DeleteDataSourceRequest.add_member(:index_id, Shapes::ShapeRef.new(shape: IndexId, required: true, location_name: "IndexId"))
|
728
850
|
DeleteDataSourceRequest.struct_class = Types::DeleteDataSourceRequest
|
729
851
|
|
852
|
+
DeleteExperienceRequest.add_member(:id, Shapes::ShapeRef.new(shape: ExperienceId, required: true, location_name: "Id"))
|
853
|
+
DeleteExperienceRequest.add_member(:index_id, Shapes::ShapeRef.new(shape: IndexId, required: true, location_name: "IndexId"))
|
854
|
+
DeleteExperienceRequest.struct_class = Types::DeleteExperienceRequest
|
855
|
+
|
856
|
+
DeleteExperienceResponse.struct_class = Types::DeleteExperienceResponse
|
857
|
+
|
730
858
|
DeleteFaqRequest.add_member(:id, Shapes::ShapeRef.new(shape: FaqId, required: true, location_name: "Id"))
|
731
859
|
DeleteFaqRequest.add_member(:index_id, Shapes::ShapeRef.new(shape: IndexId, required: true, location_name: "IndexId"))
|
732
860
|
DeleteFaqRequest.struct_class = Types::DeleteFaqRequest
|
@@ -765,8 +893,26 @@ module Aws::Kendra
|
|
765
893
|
DescribeDataSourceResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
|
766
894
|
DescribeDataSourceResponse.add_member(:error_message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "ErrorMessage"))
|
767
895
|
DescribeDataSourceResponse.add_member(:language_code, Shapes::ShapeRef.new(shape: LanguageCode, location_name: "LanguageCode"))
|
896
|
+
DescribeDataSourceResponse.add_member(:custom_document_enrichment_configuration, Shapes::ShapeRef.new(shape: CustomDocumentEnrichmentConfiguration, location_name: "CustomDocumentEnrichmentConfiguration"))
|
768
897
|
DescribeDataSourceResponse.struct_class = Types::DescribeDataSourceResponse
|
769
898
|
|
899
|
+
DescribeExperienceRequest.add_member(:id, Shapes::ShapeRef.new(shape: ExperienceId, required: true, location_name: "Id"))
|
900
|
+
DescribeExperienceRequest.add_member(:index_id, Shapes::ShapeRef.new(shape: IndexId, required: true, location_name: "IndexId"))
|
901
|
+
DescribeExperienceRequest.struct_class = Types::DescribeExperienceRequest
|
902
|
+
|
903
|
+
DescribeExperienceResponse.add_member(:id, Shapes::ShapeRef.new(shape: ExperienceId, location_name: "Id"))
|
904
|
+
DescribeExperienceResponse.add_member(:index_id, Shapes::ShapeRef.new(shape: IndexId, location_name: "IndexId"))
|
905
|
+
DescribeExperienceResponse.add_member(:name, Shapes::ShapeRef.new(shape: ExperienceName, location_name: "Name"))
|
906
|
+
DescribeExperienceResponse.add_member(:endpoints, Shapes::ShapeRef.new(shape: ExperienceEndpoints, location_name: "Endpoints"))
|
907
|
+
DescribeExperienceResponse.add_member(:configuration, Shapes::ShapeRef.new(shape: ExperienceConfiguration, location_name: "Configuration"))
|
908
|
+
DescribeExperienceResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAt"))
|
909
|
+
DescribeExperienceResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "UpdatedAt"))
|
910
|
+
DescribeExperienceResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
911
|
+
DescribeExperienceResponse.add_member(:status, Shapes::ShapeRef.new(shape: ExperienceStatus, location_name: "Status"))
|
912
|
+
DescribeExperienceResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
|
913
|
+
DescribeExperienceResponse.add_member(:error_message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "ErrorMessage"))
|
914
|
+
DescribeExperienceResponse.struct_class = Types::DescribeExperienceResponse
|
915
|
+
|
770
916
|
DescribeFaqRequest.add_member(:id, Shapes::ShapeRef.new(shape: FaqId, required: true, location_name: "Id"))
|
771
917
|
DescribeFaqRequest.add_member(:index_id, Shapes::ShapeRef.new(shape: IndexId, required: true, location_name: "IndexId"))
|
772
918
|
DescribeFaqRequest.struct_class = Types::DescribeFaqRequest
|
@@ -868,6 +1014,24 @@ module Aws::Kendra
|
|
868
1014
|
DescribeThesaurusResponse.add_member(:synonym_rule_count, Shapes::ShapeRef.new(shape: Long, location_name: "SynonymRuleCount"))
|
869
1015
|
DescribeThesaurusResponse.struct_class = Types::DescribeThesaurusResponse
|
870
1016
|
|
1017
|
+
DisassociateEntitiesFromExperienceRequest.add_member(:id, Shapes::ShapeRef.new(shape: ExperienceId, required: true, location_name: "Id"))
|
1018
|
+
DisassociateEntitiesFromExperienceRequest.add_member(:index_id, Shapes::ShapeRef.new(shape: IndexId, required: true, location_name: "IndexId"))
|
1019
|
+
DisassociateEntitiesFromExperienceRequest.add_member(:entity_list, Shapes::ShapeRef.new(shape: DisassociateEntityList, required: true, location_name: "EntityList"))
|
1020
|
+
DisassociateEntitiesFromExperienceRequest.struct_class = Types::DisassociateEntitiesFromExperienceRequest
|
1021
|
+
|
1022
|
+
DisassociateEntitiesFromExperienceResponse.add_member(:failed_entity_list, Shapes::ShapeRef.new(shape: FailedEntityList, location_name: "FailedEntityList"))
|
1023
|
+
DisassociateEntitiesFromExperienceResponse.struct_class = Types::DisassociateEntitiesFromExperienceResponse
|
1024
|
+
|
1025
|
+
DisassociateEntityList.member = Shapes::ShapeRef.new(shape: EntityConfiguration)
|
1026
|
+
|
1027
|
+
DisassociatePersonasFromEntitiesRequest.add_member(:id, Shapes::ShapeRef.new(shape: ExperienceId, required: true, location_name: "Id"))
|
1028
|
+
DisassociatePersonasFromEntitiesRequest.add_member(:index_id, Shapes::ShapeRef.new(shape: IndexId, required: true, location_name: "IndexId"))
|
1029
|
+
DisassociatePersonasFromEntitiesRequest.add_member(:entity_ids, Shapes::ShapeRef.new(shape: EntityIdsList, required: true, location_name: "EntityIds"))
|
1030
|
+
DisassociatePersonasFromEntitiesRequest.struct_class = Types::DisassociatePersonasFromEntitiesRequest
|
1031
|
+
|
1032
|
+
DisassociatePersonasFromEntitiesResponse.add_member(:failed_entity_list, Shapes::ShapeRef.new(shape: FailedEntityList, location_name: "FailedEntityList"))
|
1033
|
+
DisassociatePersonasFromEntitiesResponse.struct_class = Types::DisassociatePersonasFromEntitiesResponse
|
1034
|
+
|
871
1035
|
Document.add_member(:id, Shapes::ShapeRef.new(shape: DocumentId, required: true, location_name: "Id"))
|
872
1036
|
Document.add_member(:title, Shapes::ShapeRef.new(shape: Title, location_name: "Title"))
|
873
1037
|
Document.add_member(:blob, Shapes::ShapeRef.new(shape: Blob, location_name: "Blob"))
|
@@ -882,12 +1046,22 @@ module Aws::Kendra
|
|
882
1046
|
DocumentAttribute.add_member(:value, Shapes::ShapeRef.new(shape: DocumentAttributeValue, required: true, location_name: "Value"))
|
883
1047
|
DocumentAttribute.struct_class = Types::DocumentAttribute
|
884
1048
|
|
1049
|
+
DocumentAttributeCondition.add_member(:condition_document_attribute_key, Shapes::ShapeRef.new(shape: DocumentAttributeKey, required: true, location_name: "ConditionDocumentAttributeKey"))
|
1050
|
+
DocumentAttributeCondition.add_member(:operator, Shapes::ShapeRef.new(shape: ConditionOperator, required: true, location_name: "Operator"))
|
1051
|
+
DocumentAttributeCondition.add_member(:condition_on_value, Shapes::ShapeRef.new(shape: DocumentAttributeValue, location_name: "ConditionOnValue"))
|
1052
|
+
DocumentAttributeCondition.struct_class = Types::DocumentAttributeCondition
|
1053
|
+
|
885
1054
|
DocumentAttributeKeyList.member = Shapes::ShapeRef.new(shape: DocumentAttributeKey)
|
886
1055
|
|
887
1056
|
DocumentAttributeList.member = Shapes::ShapeRef.new(shape: DocumentAttribute)
|
888
1057
|
|
889
1058
|
DocumentAttributeStringListValue.member = Shapes::ShapeRef.new(shape: String)
|
890
1059
|
|
1060
|
+
DocumentAttributeTarget.add_member(:target_document_attribute_key, Shapes::ShapeRef.new(shape: DocumentAttributeKey, location_name: "TargetDocumentAttributeKey"))
|
1061
|
+
DocumentAttributeTarget.add_member(:target_document_attribute_value_deletion, Shapes::ShapeRef.new(shape: Boolean, location_name: "TargetDocumentAttributeValueDeletion"))
|
1062
|
+
DocumentAttributeTarget.add_member(:target_document_attribute_value, Shapes::ShapeRef.new(shape: DocumentAttributeValue, location_name: "TargetDocumentAttributeValue"))
|
1063
|
+
DocumentAttributeTarget.struct_class = Types::DocumentAttributeTarget
|
1064
|
+
|
891
1065
|
DocumentAttributeValue.add_member(:string_value, Shapes::ShapeRef.new(shape: DocumentAttributeStringValue, location_name: "StringValue"))
|
892
1066
|
DocumentAttributeValue.add_member(:string_list_value, Shapes::ShapeRef.new(shape: DocumentAttributeStringListValue, location_name: "StringListValue"))
|
893
1067
|
DocumentAttributeValue.add_member(:long_value, Shapes::ShapeRef.new(shape: Long, location_name: "LongValue"))
|
@@ -929,12 +1103,57 @@ module Aws::Kendra
|
|
929
1103
|
DocumentsMetadataConfiguration.add_member(:s3_prefix, Shapes::ShapeRef.new(shape: S3ObjectKey, location_name: "S3Prefix"))
|
930
1104
|
DocumentsMetadataConfiguration.struct_class = Types::DocumentsMetadataConfiguration
|
931
1105
|
|
1106
|
+
EntityConfiguration.add_member(:entity_id, Shapes::ShapeRef.new(shape: EntityId, required: true, location_name: "EntityId"))
|
1107
|
+
EntityConfiguration.add_member(:entity_type, Shapes::ShapeRef.new(shape: EntityType, required: true, location_name: "EntityType"))
|
1108
|
+
EntityConfiguration.struct_class = Types::EntityConfiguration
|
1109
|
+
|
1110
|
+
EntityDisplayData.add_member(:user_name, Shapes::ShapeRef.new(shape: NameType, location_name: "UserName"))
|
1111
|
+
EntityDisplayData.add_member(:group_name, Shapes::ShapeRef.new(shape: NameType, location_name: "GroupName"))
|
1112
|
+
EntityDisplayData.add_member(:identified_user_name, Shapes::ShapeRef.new(shape: NameType, location_name: "IdentifiedUserName"))
|
1113
|
+
EntityDisplayData.add_member(:first_name, Shapes::ShapeRef.new(shape: NameType, location_name: "FirstName"))
|
1114
|
+
EntityDisplayData.add_member(:last_name, Shapes::ShapeRef.new(shape: NameType, location_name: "LastName"))
|
1115
|
+
EntityDisplayData.struct_class = Types::EntityDisplayData
|
1116
|
+
|
1117
|
+
EntityIdsList.member = Shapes::ShapeRef.new(shape: EntityId)
|
1118
|
+
|
1119
|
+
EntityPersonaConfiguration.add_member(:entity_id, Shapes::ShapeRef.new(shape: EntityId, required: true, location_name: "EntityId"))
|
1120
|
+
EntityPersonaConfiguration.add_member(:persona, Shapes::ShapeRef.new(shape: Persona, required: true, location_name: "Persona"))
|
1121
|
+
EntityPersonaConfiguration.struct_class = Types::EntityPersonaConfiguration
|
1122
|
+
|
1123
|
+
EntityPersonaConfigurationList.member = Shapes::ShapeRef.new(shape: EntityPersonaConfiguration)
|
1124
|
+
|
932
1125
|
ExcludeMimeTypesList.member = Shapes::ShapeRef.new(shape: MimeType)
|
933
1126
|
|
934
1127
|
ExcludeSharedDrivesList.member = Shapes::ShapeRef.new(shape: SharedDriveId)
|
935
1128
|
|
936
1129
|
ExcludeUserAccountsList.member = Shapes::ShapeRef.new(shape: UserAccount)
|
937
1130
|
|
1131
|
+
ExperienceConfiguration.add_member(:content_source_configuration, Shapes::ShapeRef.new(shape: ContentSourceConfiguration, location_name: "ContentSourceConfiguration"))
|
1132
|
+
ExperienceConfiguration.add_member(:user_identity_configuration, Shapes::ShapeRef.new(shape: UserIdentityConfiguration, location_name: "UserIdentityConfiguration"))
|
1133
|
+
ExperienceConfiguration.struct_class = Types::ExperienceConfiguration
|
1134
|
+
|
1135
|
+
ExperienceEndpoint.add_member(:endpoint_type, Shapes::ShapeRef.new(shape: EndpointType, location_name: "EndpointType"))
|
1136
|
+
ExperienceEndpoint.add_member(:endpoint, Shapes::ShapeRef.new(shape: Endpoint, location_name: "Endpoint"))
|
1137
|
+
ExperienceEndpoint.struct_class = Types::ExperienceEndpoint
|
1138
|
+
|
1139
|
+
ExperienceEndpoints.member = Shapes::ShapeRef.new(shape: ExperienceEndpoint)
|
1140
|
+
|
1141
|
+
ExperienceEntitiesSummary.add_member(:entity_id, Shapes::ShapeRef.new(shape: EntityId, location_name: "EntityId"))
|
1142
|
+
ExperienceEntitiesSummary.add_member(:entity_type, Shapes::ShapeRef.new(shape: EntityType, location_name: "EntityType"))
|
1143
|
+
ExperienceEntitiesSummary.add_member(:display_data, Shapes::ShapeRef.new(shape: EntityDisplayData, location_name: "DisplayData"))
|
1144
|
+
ExperienceEntitiesSummary.struct_class = Types::ExperienceEntitiesSummary
|
1145
|
+
|
1146
|
+
ExperienceEntitiesSummaryList.member = Shapes::ShapeRef.new(shape: ExperienceEntitiesSummary)
|
1147
|
+
|
1148
|
+
ExperiencesSummary.add_member(:name, Shapes::ShapeRef.new(shape: ExperienceName, location_name: "Name"))
|
1149
|
+
ExperiencesSummary.add_member(:id, Shapes::ShapeRef.new(shape: ExperienceId, location_name: "Id"))
|
1150
|
+
ExperiencesSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAt"))
|
1151
|
+
ExperiencesSummary.add_member(:status, Shapes::ShapeRef.new(shape: ExperienceStatus, location_name: "Status"))
|
1152
|
+
ExperiencesSummary.add_member(:endpoints, Shapes::ShapeRef.new(shape: ExperienceEndpoints, location_name: "Endpoints"))
|
1153
|
+
ExperiencesSummary.struct_class = Types::ExperiencesSummary
|
1154
|
+
|
1155
|
+
ExperiencesSummaryList.member = Shapes::ShapeRef.new(shape: ExperiencesSummary)
|
1156
|
+
|
938
1157
|
Facet.add_member(:document_attribute_key, Shapes::ShapeRef.new(shape: DocumentAttributeKey, location_name: "DocumentAttributeKey"))
|
939
1158
|
Facet.struct_class = Types::Facet
|
940
1159
|
|
@@ -947,6 +1166,14 @@ module Aws::Kendra
|
|
947
1166
|
|
948
1167
|
FacetResultList.member = Shapes::ShapeRef.new(shape: FacetResult)
|
949
1168
|
|
1169
|
+
FailedEntity.add_member(:entity_id, Shapes::ShapeRef.new(shape: EntityId, location_name: "EntityId"))
|
1170
|
+
FailedEntity.add_member(:error_message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "ErrorMessage"))
|
1171
|
+
FailedEntity.struct_class = Types::FailedEntity
|
1172
|
+
|
1173
|
+
FailedEntityList.member = Shapes::ShapeRef.new(shape: FailedEntity)
|
1174
|
+
|
1175
|
+
FaqIdsList.member = Shapes::ShapeRef.new(shape: FaqId)
|
1176
|
+
|
950
1177
|
FaqStatistics.add_member(:indexed_question_answers_count, Shapes::ShapeRef.new(shape: IndexedQuestionAnswersCount, required: true, location_name: "IndexedQuestionAnswersCount"))
|
951
1178
|
FaqStatistics.struct_class = Types::FaqStatistics
|
952
1179
|
|
@@ -970,6 +1197,19 @@ module Aws::Kendra
|
|
970
1197
|
GetQuerySuggestionsResponse.add_member(:suggestions, Shapes::ShapeRef.new(shape: SuggestionList, location_name: "Suggestions"))
|
971
1198
|
GetQuerySuggestionsResponse.struct_class = Types::GetQuerySuggestionsResponse
|
972
1199
|
|
1200
|
+
GetSnapshotsRequest.add_member(:index_id, Shapes::ShapeRef.new(shape: IndexId, required: true, location_name: "IndexId"))
|
1201
|
+
GetSnapshotsRequest.add_member(:interval, Shapes::ShapeRef.new(shape: Interval, required: true, location_name: "Interval"))
|
1202
|
+
GetSnapshotsRequest.add_member(:metric_type, Shapes::ShapeRef.new(shape: MetricType, required: true, location_name: "MetricType"))
|
1203
|
+
GetSnapshotsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1204
|
+
GetSnapshotsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxResults"))
|
1205
|
+
GetSnapshotsRequest.struct_class = Types::GetSnapshotsRequest
|
1206
|
+
|
1207
|
+
GetSnapshotsResponse.add_member(:snap_shot_time_filter, Shapes::ShapeRef.new(shape: TimeRange, location_name: "SnapShotTimeFilter"))
|
1208
|
+
GetSnapshotsResponse.add_member(:snapshots_data_header, Shapes::ShapeRef.new(shape: SnapshotsDataHeaderFields, location_name: "SnapshotsDataHeader"))
|
1209
|
+
GetSnapshotsResponse.add_member(:snapshots_data, Shapes::ShapeRef.new(shape: SnapshotsDataRecords, location_name: "SnapshotsData"))
|
1210
|
+
GetSnapshotsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1211
|
+
GetSnapshotsResponse.struct_class = Types::GetSnapshotsResponse
|
1212
|
+
|
973
1213
|
GoogleDriveConfiguration.add_member(:secret_arn, Shapes::ShapeRef.new(shape: SecretArn, required: true, location_name: "SecretArn"))
|
974
1214
|
GoogleDriveConfiguration.add_member(:inclusion_patterns, Shapes::ShapeRef.new(shape: DataSourceInclusionsExclusionsStrings, location_name: "InclusionPatterns"))
|
975
1215
|
GoogleDriveConfiguration.add_member(:exclusion_patterns, Shapes::ShapeRef.new(shape: DataSourceInclusionsExclusionsStrings, location_name: "ExclusionPatterns"))
|
@@ -1012,6 +1252,11 @@ module Aws::Kendra
|
|
1012
1252
|
|
1013
1253
|
HighlightList.member = Shapes::ShapeRef.new(shape: Highlight)
|
1014
1254
|
|
1255
|
+
HookConfiguration.add_member(:invocation_condition, Shapes::ShapeRef.new(shape: DocumentAttributeCondition, location_name: "InvocationCondition"))
|
1256
|
+
HookConfiguration.add_member(:lambda_arn, Shapes::ShapeRef.new(shape: LambdaArn, required: true, location_name: "LambdaArn"))
|
1257
|
+
HookConfiguration.add_member(:s3_bucket, Shapes::ShapeRef.new(shape: S3BucketName, required: true, location_name: "S3Bucket"))
|
1258
|
+
HookConfiguration.struct_class = Types::HookConfiguration
|
1259
|
+
|
1015
1260
|
IndexConfigurationSummary.add_member(:name, Shapes::ShapeRef.new(shape: IndexName, location_name: "Name"))
|
1016
1261
|
IndexConfigurationSummary.add_member(:id, Shapes::ShapeRef.new(shape: IndexId, location_name: "Id"))
|
1017
1262
|
IndexConfigurationSummary.add_member(:edition, Shapes::ShapeRef.new(shape: IndexEdition, location_name: "Edition"))
|
@@ -1026,9 +1271,19 @@ module Aws::Kendra
|
|
1026
1271
|
IndexStatistics.add_member(:text_document_statistics, Shapes::ShapeRef.new(shape: TextDocumentStatistics, required: true, location_name: "TextDocumentStatistics"))
|
1027
1272
|
IndexStatistics.struct_class = Types::IndexStatistics
|
1028
1273
|
|
1274
|
+
InlineCustomDocumentEnrichmentConfiguration.add_member(:condition, Shapes::ShapeRef.new(shape: DocumentAttributeCondition, location_name: "Condition"))
|
1275
|
+
InlineCustomDocumentEnrichmentConfiguration.add_member(:target, Shapes::ShapeRef.new(shape: DocumentAttributeTarget, location_name: "Target"))
|
1276
|
+
InlineCustomDocumentEnrichmentConfiguration.add_member(:document_content_deletion, Shapes::ShapeRef.new(shape: Boolean, location_name: "DocumentContentDeletion"))
|
1277
|
+
InlineCustomDocumentEnrichmentConfiguration.struct_class = Types::InlineCustomDocumentEnrichmentConfiguration
|
1278
|
+
|
1279
|
+
InlineCustomDocumentEnrichmentConfigurationList.member = Shapes::ShapeRef.new(shape: InlineCustomDocumentEnrichmentConfiguration)
|
1280
|
+
|
1029
1281
|
InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
1030
1282
|
InternalServerException.struct_class = Types::InternalServerException
|
1031
1283
|
|
1284
|
+
InvalidRequestException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
1285
|
+
InvalidRequestException.struct_class = Types::InvalidRequestException
|
1286
|
+
|
1032
1287
|
JsonTokenTypeConfiguration.add_member(:user_name_attribute_field, Shapes::ShapeRef.new(shape: String, required: true, location_name: "UserNameAttributeField"))
|
1033
1288
|
JsonTokenTypeConfiguration.add_member(:group_attribute_field, Shapes::ShapeRef.new(shape: String, required: true, location_name: "GroupAttributeField"))
|
1034
1289
|
JsonTokenTypeConfiguration.struct_class = Types::JsonTokenTypeConfiguration
|
@@ -1063,6 +1318,34 @@ module Aws::Kendra
|
|
1063
1318
|
ListDataSourcesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1064
1319
|
ListDataSourcesResponse.struct_class = Types::ListDataSourcesResponse
|
1065
1320
|
|
1321
|
+
ListEntityPersonasRequest.add_member(:id, Shapes::ShapeRef.new(shape: ExperienceId, required: true, location_name: "Id"))
|
1322
|
+
ListEntityPersonasRequest.add_member(:index_id, Shapes::ShapeRef.new(shape: IndexId, required: true, location_name: "IndexId"))
|
1323
|
+
ListEntityPersonasRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1324
|
+
ListEntityPersonasRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResultsIntegerForListEntityPersonasRequest, location_name: "MaxResults"))
|
1325
|
+
ListEntityPersonasRequest.struct_class = Types::ListEntityPersonasRequest
|
1326
|
+
|
1327
|
+
ListEntityPersonasResponse.add_member(:summary_items, Shapes::ShapeRef.new(shape: PersonasSummaryList, location_name: "SummaryItems"))
|
1328
|
+
ListEntityPersonasResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1329
|
+
ListEntityPersonasResponse.struct_class = Types::ListEntityPersonasResponse
|
1330
|
+
|
1331
|
+
ListExperienceEntitiesRequest.add_member(:id, Shapes::ShapeRef.new(shape: ExperienceId, required: true, location_name: "Id"))
|
1332
|
+
ListExperienceEntitiesRequest.add_member(:index_id, Shapes::ShapeRef.new(shape: IndexId, required: true, location_name: "IndexId"))
|
1333
|
+
ListExperienceEntitiesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1334
|
+
ListExperienceEntitiesRequest.struct_class = Types::ListExperienceEntitiesRequest
|
1335
|
+
|
1336
|
+
ListExperienceEntitiesResponse.add_member(:summary_items, Shapes::ShapeRef.new(shape: ExperienceEntitiesSummaryList, location_name: "SummaryItems"))
|
1337
|
+
ListExperienceEntitiesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1338
|
+
ListExperienceEntitiesResponse.struct_class = Types::ListExperienceEntitiesResponse
|
1339
|
+
|
1340
|
+
ListExperiencesRequest.add_member(:index_id, Shapes::ShapeRef.new(shape: IndexId, required: true, location_name: "IndexId"))
|
1341
|
+
ListExperiencesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1342
|
+
ListExperiencesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResultsIntegerForListExperiencesRequest, location_name: "MaxResults"))
|
1343
|
+
ListExperiencesRequest.struct_class = Types::ListExperiencesRequest
|
1344
|
+
|
1345
|
+
ListExperiencesResponse.add_member(:summary_items, Shapes::ShapeRef.new(shape: ExperiencesSummaryList, location_name: "SummaryItems"))
|
1346
|
+
ListExperiencesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1347
|
+
ListExperiencesResponse.struct_class = Types::ListExperiencesResponse
|
1348
|
+
|
1066
1349
|
ListFaqsRequest.add_member(:index_id, Shapes::ShapeRef.new(shape: IndexId, required: true, location_name: "IndexId"))
|
1067
1350
|
ListFaqsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1068
1351
|
ListFaqsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResultsIntegerForListFaqsRequest, location_name: "MaxResults"))
|
@@ -1143,6 +1426,14 @@ module Aws::Kendra
|
|
1143
1426
|
OneDriveUsers.add_member(:one_drive_user_s3_path, Shapes::ShapeRef.new(shape: S3Path, location_name: "OneDriveUserS3Path"))
|
1144
1427
|
OneDriveUsers.struct_class = Types::OneDriveUsers
|
1145
1428
|
|
1429
|
+
PersonasSummary.add_member(:entity_id, Shapes::ShapeRef.new(shape: EntityId, location_name: "EntityId"))
|
1430
|
+
PersonasSummary.add_member(:persona, Shapes::ShapeRef.new(shape: Persona, location_name: "Persona"))
|
1431
|
+
PersonasSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAt"))
|
1432
|
+
PersonasSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "UpdatedAt"))
|
1433
|
+
PersonasSummary.struct_class = Types::PersonasSummary
|
1434
|
+
|
1435
|
+
PersonasSummaryList.member = Shapes::ShapeRef.new(shape: PersonasSummary)
|
1436
|
+
|
1146
1437
|
Principal.add_member(:name, Shapes::ShapeRef.new(shape: PrincipalName, required: true, location_name: "Name"))
|
1147
1438
|
Principal.add_member(:type, Shapes::ShapeRef.new(shape: PrincipalType, required: true, location_name: "Type"))
|
1148
1439
|
Principal.add_member(:access, Shapes::ShapeRef.new(shape: ReadAccessType, required: true, location_name: "Access"))
|
@@ -1165,7 +1456,7 @@ module Aws::Kendra
|
|
1165
1456
|
PutPrincipalMappingRequest.struct_class = Types::PutPrincipalMappingRequest
|
1166
1457
|
|
1167
1458
|
QueryRequest.add_member(:index_id, Shapes::ShapeRef.new(shape: IndexId, required: true, location_name: "IndexId"))
|
1168
|
-
QueryRequest.add_member(:query_text, Shapes::ShapeRef.new(shape: QueryText,
|
1459
|
+
QueryRequest.add_member(:query_text, Shapes::ShapeRef.new(shape: QueryText, location_name: "QueryText"))
|
1169
1460
|
QueryRequest.add_member(:attribute_filter, Shapes::ShapeRef.new(shape: AttributeFilter, location_name: "AttributeFilter"))
|
1170
1461
|
QueryRequest.add_member(:facets, Shapes::ShapeRef.new(shape: FacetList, location_name: "Facets"))
|
1171
1462
|
QueryRequest.add_member(:requested_document_attributes, Shapes::ShapeRef.new(shape: DocumentAttributeKeyList, location_name: "RequestedDocumentAttributes"))
|
@@ -1182,6 +1473,7 @@ module Aws::Kendra
|
|
1182
1473
|
QueryResult.add_member(:result_items, Shapes::ShapeRef.new(shape: QueryResultItemList, location_name: "ResultItems"))
|
1183
1474
|
QueryResult.add_member(:facet_results, Shapes::ShapeRef.new(shape: FacetResultList, location_name: "FacetResults"))
|
1184
1475
|
QueryResult.add_member(:total_number_of_results, Shapes::ShapeRef.new(shape: Integer, location_name: "TotalNumberOfResults"))
|
1476
|
+
QueryResult.add_member(:warnings, Shapes::ShapeRef.new(shape: WarningList, location_name: "Warnings"))
|
1185
1477
|
QueryResult.struct_class = Types::QueryResult
|
1186
1478
|
|
1187
1479
|
QueryResultItem.add_member(:id, Shapes::ShapeRef.new(shape: ResultId, location_name: "Id"))
|
@@ -1365,6 +1657,12 @@ module Aws::Kendra
|
|
1365
1657
|
|
1366
1658
|
SiteMapsList.member = Shapes::ShapeRef.new(shape: SiteMap)
|
1367
1659
|
|
1660
|
+
SnapshotsDataHeaderFields.member = Shapes::ShapeRef.new(shape: String)
|
1661
|
+
|
1662
|
+
SnapshotsDataRecord.member = Shapes::ShapeRef.new(shape: String)
|
1663
|
+
|
1664
|
+
SnapshotsDataRecords.member = Shapes::ShapeRef.new(shape: SnapshotsDataRecord)
|
1665
|
+
|
1368
1666
|
SortingConfiguration.add_member(:document_attribute_key, Shapes::ShapeRef.new(shape: DocumentAttributeKey, required: true, location_name: "DocumentAttributeKey"))
|
1369
1667
|
SortingConfiguration.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, required: true, location_name: "SortOrder"))
|
1370
1668
|
SortingConfiguration.struct_class = Types::SortingConfiguration
|
@@ -1468,8 +1766,17 @@ module Aws::Kendra
|
|
1468
1766
|
UpdateDataSourceRequest.add_member(:schedule, Shapes::ShapeRef.new(shape: ScanSchedule, location_name: "Schedule"))
|
1469
1767
|
UpdateDataSourceRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
|
1470
1768
|
UpdateDataSourceRequest.add_member(:language_code, Shapes::ShapeRef.new(shape: LanguageCode, location_name: "LanguageCode"))
|
1769
|
+
UpdateDataSourceRequest.add_member(:custom_document_enrichment_configuration, Shapes::ShapeRef.new(shape: CustomDocumentEnrichmentConfiguration, location_name: "CustomDocumentEnrichmentConfiguration"))
|
1471
1770
|
UpdateDataSourceRequest.struct_class = Types::UpdateDataSourceRequest
|
1472
1771
|
|
1772
|
+
UpdateExperienceRequest.add_member(:id, Shapes::ShapeRef.new(shape: ExperienceId, required: true, location_name: "Id"))
|
1773
|
+
UpdateExperienceRequest.add_member(:name, Shapes::ShapeRef.new(shape: ExperienceName, location_name: "Name"))
|
1774
|
+
UpdateExperienceRequest.add_member(:index_id, Shapes::ShapeRef.new(shape: IndexId, required: true, location_name: "IndexId"))
|
1775
|
+
UpdateExperienceRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
|
1776
|
+
UpdateExperienceRequest.add_member(:configuration, Shapes::ShapeRef.new(shape: ExperienceConfiguration, location_name: "Configuration"))
|
1777
|
+
UpdateExperienceRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
1778
|
+
UpdateExperienceRequest.struct_class = Types::UpdateExperienceRequest
|
1779
|
+
|
1473
1780
|
UpdateIndexRequest.add_member(:id, Shapes::ShapeRef.new(shape: IndexId, required: true, location_name: "Id"))
|
1474
1781
|
UpdateIndexRequest.add_member(:name, Shapes::ShapeRef.new(shape: IndexName, location_name: "Name"))
|
1475
1782
|
UpdateIndexRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
|
@@ -1518,6 +1825,9 @@ module Aws::Kendra
|
|
1518
1825
|
UserGroupResolutionConfiguration.add_member(:user_group_resolution_mode, Shapes::ShapeRef.new(shape: UserGroupResolutionMode, required: true, location_name: "UserGroupResolutionMode"))
|
1519
1826
|
UserGroupResolutionConfiguration.struct_class = Types::UserGroupResolutionConfiguration
|
1520
1827
|
|
1828
|
+
UserIdentityConfiguration.add_member(:identity_attribute_name, Shapes::ShapeRef.new(shape: IdentityAttributeName, location_name: "IdentityAttributeName"))
|
1829
|
+
UserIdentityConfiguration.struct_class = Types::UserIdentityConfiguration
|
1830
|
+
|
1521
1831
|
UserTokenConfiguration.add_member(:jwt_token_type_configuration, Shapes::ShapeRef.new(shape: JwtTokenTypeConfiguration, location_name: "JwtTokenTypeConfiguration"))
|
1522
1832
|
UserTokenConfiguration.add_member(:json_token_type_configuration, Shapes::ShapeRef.new(shape: JsonTokenTypeConfiguration, location_name: "JsonTokenTypeConfiguration"))
|
1523
1833
|
UserTokenConfiguration.struct_class = Types::UserTokenConfiguration
|
@@ -1530,6 +1840,12 @@ module Aws::Kendra
|
|
1530
1840
|
ValueImportanceMap.key = Shapes::ShapeRef.new(shape: ValueImportanceMapKey)
|
1531
1841
|
ValueImportanceMap.value = Shapes::ShapeRef.new(shape: Importance)
|
1532
1842
|
|
1843
|
+
Warning.add_member(:message, Shapes::ShapeRef.new(shape: WarningMessage, location_name: "Message"))
|
1844
|
+
Warning.add_member(:code, Shapes::ShapeRef.new(shape: WarningCode, location_name: "Code"))
|
1845
|
+
Warning.struct_class = Types::Warning
|
1846
|
+
|
1847
|
+
WarningList.member = Shapes::ShapeRef.new(shape: Warning)
|
1848
|
+
|
1533
1849
|
WebCrawlerConfiguration.add_member(:urls, Shapes::ShapeRef.new(shape: Urls, required: true, location_name: "Urls"))
|
1534
1850
|
WebCrawlerConfiguration.add_member(:crawl_depth, Shapes::ShapeRef.new(shape: CrawlDepth, location_name: "CrawlDepth"))
|
1535
1851
|
WebCrawlerConfiguration.add_member(:max_links_per_page, Shapes::ShapeRef.new(shape: MaxLinksPerPage, location_name: "MaxLinksPerPage"))
|
@@ -1569,6 +1885,34 @@ module Aws::Kendra
|
|
1569
1885
|
"uid" => "kendra-2019-02-03",
|
1570
1886
|
}
|
1571
1887
|
|
1888
|
+
api.add_operation(:associate_entities_to_experience, Seahorse::Model::Operation.new.tap do |o|
|
1889
|
+
o.name = "AssociateEntitiesToExperience"
|
1890
|
+
o.http_method = "POST"
|
1891
|
+
o.http_request_uri = "/"
|
1892
|
+
o.input = Shapes::ShapeRef.new(shape: AssociateEntitiesToExperienceRequest)
|
1893
|
+
o.output = Shapes::ShapeRef.new(shape: AssociateEntitiesToExperienceResponse)
|
1894
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1895
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1896
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistException)
|
1897
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1898
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1899
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1900
|
+
end)
|
1901
|
+
|
1902
|
+
api.add_operation(:associate_personas_to_entities, Seahorse::Model::Operation.new.tap do |o|
|
1903
|
+
o.name = "AssociatePersonasToEntities"
|
1904
|
+
o.http_method = "POST"
|
1905
|
+
o.http_request_uri = "/"
|
1906
|
+
o.input = Shapes::ShapeRef.new(shape: AssociatePersonasToEntitiesRequest)
|
1907
|
+
o.output = Shapes::ShapeRef.new(shape: AssociatePersonasToEntitiesResponse)
|
1908
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1909
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1910
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistException)
|
1911
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1912
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1913
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1914
|
+
end)
|
1915
|
+
|
1572
1916
|
api.add_operation(:batch_delete_document, Seahorse::Model::Operation.new.tap do |o|
|
1573
1917
|
o.name = "BatchDeleteDocument"
|
1574
1918
|
o.http_method = "POST"
|
@@ -1642,6 +1986,21 @@ module Aws::Kendra
|
|
1642
1986
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1643
1987
|
end)
|
1644
1988
|
|
1989
|
+
api.add_operation(:create_experience, Seahorse::Model::Operation.new.tap do |o|
|
1990
|
+
o.name = "CreateExperience"
|
1991
|
+
o.http_method = "POST"
|
1992
|
+
o.http_request_uri = "/"
|
1993
|
+
o.input = Shapes::ShapeRef.new(shape: CreateExperienceRequest)
|
1994
|
+
o.output = Shapes::ShapeRef.new(shape: CreateExperienceResponse)
|
1995
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1996
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1997
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1998
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
1999
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2000
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2001
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2002
|
+
end)
|
2003
|
+
|
1645
2004
|
api.add_operation(:create_faq, Seahorse::Model::Operation.new.tap do |o|
|
1646
2005
|
o.name = "CreateFaq"
|
1647
2006
|
o.http_method = "POST"
|
@@ -1716,6 +2075,20 @@ module Aws::Kendra
|
|
1716
2075
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1717
2076
|
end)
|
1718
2077
|
|
2078
|
+
api.add_operation(:delete_experience, Seahorse::Model::Operation.new.tap do |o|
|
2079
|
+
o.name = "DeleteExperience"
|
2080
|
+
o.http_method = "POST"
|
2081
|
+
o.http_request_uri = "/"
|
2082
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteExperienceRequest)
|
2083
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteExperienceResponse)
|
2084
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2085
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2086
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2087
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2088
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2089
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2090
|
+
end)
|
2091
|
+
|
1719
2092
|
api.add_operation(:delete_faq, Seahorse::Model::Operation.new.tap do |o|
|
1720
2093
|
o.name = "DeleteFaq"
|
1721
2094
|
o.http_method = "POST"
|
@@ -1799,6 +2172,19 @@ module Aws::Kendra
|
|
1799
2172
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1800
2173
|
end)
|
1801
2174
|
|
2175
|
+
api.add_operation(:describe_experience, Seahorse::Model::Operation.new.tap do |o|
|
2176
|
+
o.name = "DescribeExperience"
|
2177
|
+
o.http_method = "POST"
|
2178
|
+
o.http_request_uri = "/"
|
2179
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeExperienceRequest)
|
2180
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeExperienceResponse)
|
2181
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2182
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2183
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2184
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2185
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2186
|
+
end)
|
2187
|
+
|
1802
2188
|
api.add_operation(:describe_faq, Seahorse::Model::Operation.new.tap do |o|
|
1803
2189
|
o.name = "DescribeFaq"
|
1804
2190
|
o.http_method = "POST"
|
@@ -1877,6 +2263,32 @@ module Aws::Kendra
|
|
1877
2263
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1878
2264
|
end)
|
1879
2265
|
|
2266
|
+
api.add_operation(:disassociate_entities_from_experience, Seahorse::Model::Operation.new.tap do |o|
|
2267
|
+
o.name = "DisassociateEntitiesFromExperience"
|
2268
|
+
o.http_method = "POST"
|
2269
|
+
o.http_request_uri = "/"
|
2270
|
+
o.input = Shapes::ShapeRef.new(shape: DisassociateEntitiesFromExperienceRequest)
|
2271
|
+
o.output = Shapes::ShapeRef.new(shape: DisassociateEntitiesFromExperienceResponse)
|
2272
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2273
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2274
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2275
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2276
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2277
|
+
end)
|
2278
|
+
|
2279
|
+
api.add_operation(:disassociate_personas_from_entities, Seahorse::Model::Operation.new.tap do |o|
|
2280
|
+
o.name = "DisassociatePersonasFromEntities"
|
2281
|
+
o.http_method = "POST"
|
2282
|
+
o.http_request_uri = "/"
|
2283
|
+
o.input = Shapes::ShapeRef.new(shape: DisassociatePersonasFromEntitiesRequest)
|
2284
|
+
o.output = Shapes::ShapeRef.new(shape: DisassociatePersonasFromEntitiesResponse)
|
2285
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2286
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2287
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2288
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2289
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2290
|
+
end)
|
2291
|
+
|
1880
2292
|
api.add_operation(:get_query_suggestions, Seahorse::Model::Operation.new.tap do |o|
|
1881
2293
|
o.name = "GetQuerySuggestions"
|
1882
2294
|
o.http_method = "POST"
|
@@ -1892,6 +2304,24 @@ module Aws::Kendra
|
|
1892
2304
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1893
2305
|
end)
|
1894
2306
|
|
2307
|
+
api.add_operation(:get_snapshots, Seahorse::Model::Operation.new.tap do |o|
|
2308
|
+
o.name = "GetSnapshots"
|
2309
|
+
o.http_method = "POST"
|
2310
|
+
o.http_request_uri = "/"
|
2311
|
+
o.input = Shapes::ShapeRef.new(shape: GetSnapshotsRequest)
|
2312
|
+
o.output = Shapes::ShapeRef.new(shape: GetSnapshotsResponse)
|
2313
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
2314
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2315
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2316
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2317
|
+
o[:pager] = Aws::Pager.new(
|
2318
|
+
limit_key: "max_results",
|
2319
|
+
tokens: {
|
2320
|
+
"next_token" => "next_token"
|
2321
|
+
}
|
2322
|
+
)
|
2323
|
+
end)
|
2324
|
+
|
1895
2325
|
api.add_operation(:list_data_source_sync_jobs, Seahorse::Model::Operation.new.tap do |o|
|
1896
2326
|
o.name = "ListDataSourceSyncJobs"
|
1897
2327
|
o.http_method = "POST"
|
@@ -1931,6 +2361,62 @@ module Aws::Kendra
|
|
1931
2361
|
)
|
1932
2362
|
end)
|
1933
2363
|
|
2364
|
+
api.add_operation(:list_entity_personas, Seahorse::Model::Operation.new.tap do |o|
|
2365
|
+
o.name = "ListEntityPersonas"
|
2366
|
+
o.http_method = "POST"
|
2367
|
+
o.http_request_uri = "/"
|
2368
|
+
o.input = Shapes::ShapeRef.new(shape: ListEntityPersonasRequest)
|
2369
|
+
o.output = Shapes::ShapeRef.new(shape: ListEntityPersonasResponse)
|
2370
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2371
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2372
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2373
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2374
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2375
|
+
o[:pager] = Aws::Pager.new(
|
2376
|
+
limit_key: "max_results",
|
2377
|
+
tokens: {
|
2378
|
+
"next_token" => "next_token"
|
2379
|
+
}
|
2380
|
+
)
|
2381
|
+
end)
|
2382
|
+
|
2383
|
+
api.add_operation(:list_experience_entities, Seahorse::Model::Operation.new.tap do |o|
|
2384
|
+
o.name = "ListExperienceEntities"
|
2385
|
+
o.http_method = "POST"
|
2386
|
+
o.http_request_uri = "/"
|
2387
|
+
o.input = Shapes::ShapeRef.new(shape: ListExperienceEntitiesRequest)
|
2388
|
+
o.output = Shapes::ShapeRef.new(shape: ListExperienceEntitiesResponse)
|
2389
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2390
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2391
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2392
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2393
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2394
|
+
o[:pager] = Aws::Pager.new(
|
2395
|
+
tokens: {
|
2396
|
+
"next_token" => "next_token"
|
2397
|
+
}
|
2398
|
+
)
|
2399
|
+
end)
|
2400
|
+
|
2401
|
+
api.add_operation(:list_experiences, Seahorse::Model::Operation.new.tap do |o|
|
2402
|
+
o.name = "ListExperiences"
|
2403
|
+
o.http_method = "POST"
|
2404
|
+
o.http_request_uri = "/"
|
2405
|
+
o.input = Shapes::ShapeRef.new(shape: ListExperiencesRequest)
|
2406
|
+
o.output = Shapes::ShapeRef.new(shape: ListExperiencesResponse)
|
2407
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2408
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2409
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2410
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2411
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2412
|
+
o[:pager] = Aws::Pager.new(
|
2413
|
+
limit_key: "max_results",
|
2414
|
+
tokens: {
|
2415
|
+
"next_token" => "next_token"
|
2416
|
+
}
|
2417
|
+
)
|
2418
|
+
end)
|
2419
|
+
|
1934
2420
|
api.add_operation(:list_faqs, Seahorse::Model::Operation.new.tap do |o|
|
1935
2421
|
o.name = "ListFaqs"
|
1936
2422
|
o.http_method = "POST"
|
@@ -2127,6 +2613,20 @@ module Aws::Kendra
|
|
2127
2613
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2128
2614
|
end)
|
2129
2615
|
|
2616
|
+
api.add_operation(:update_experience, Seahorse::Model::Operation.new.tap do |o|
|
2617
|
+
o.name = "UpdateExperience"
|
2618
|
+
o.http_method = "POST"
|
2619
|
+
o.http_request_uri = "/"
|
2620
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateExperienceRequest)
|
2621
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2622
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2623
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2624
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2625
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2626
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2627
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2628
|
+
end)
|
2629
|
+
|
2130
2630
|
api.add_operation(:update_index, Seahorse::Model::Operation.new.tap do |o|
|
2131
2631
|
o.name = "UpdateIndex"
|
2132
2632
|
o.http_method = "POST"
|