Skip to content

Commit 184dc72

Browse files
author
AWS
committed
AWSKendraFrontendService Update: This release enables our customer to choose the option of Sharepoint 2019 for the on-premise Sharepoint connector.
1 parent 93d21f5 commit 184dc72

File tree

2 files changed

+16
-9
lines changed

2 files changed

+16
-9
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWSKendraFrontendService",
4+
"contributor": "",
5+
"description": "This release enables our customer to choose the option of Sharepoint 2019 for the on-premise Sharepoint connector."
6+
}

services/kendra/src/main/resources/codegen-resources/service-2.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1333,34 +1333,34 @@
13331333
},
13341334
"EqualsTo":{
13351335
"shape":"DocumentAttribute",
1336-
"documentation":"<p>Performs an equals operation on two document attributes.</p>"
1336+
"documentation":"<p>Performs an equals operation on two document attributes or metadata fields.</p>"
13371337
},
13381338
"ContainsAll":{
13391339
"shape":"DocumentAttribute",
1340-
"documentation":"<p>Returns true when a document contains all of the specified document attributes. This filter is only applicable to <code>StringListValue</code> metadata.</p>"
1340+
"documentation":"<p>Returns true when a document contains all of the specified document attributes or metadata fields. This filter is only applicable to <code>StringListValue</code> metadata.</p>"
13411341
},
13421342
"ContainsAny":{
13431343
"shape":"DocumentAttribute",
1344-
"documentation":"<p>Returns true when a document contains any of the specified document attributes. This filter is only applicable to <code>StringListValue</code> metadata.</p>"
1344+
"documentation":"<p>Returns true when a document contains any of the specified document attributes or metadata fields. This filter is only applicable to <code>StringListValue</code> metadata.</p>"
13451345
},
13461346
"GreaterThan":{
13471347
"shape":"DocumentAttribute",
1348-
"documentation":"<p>Performs a greater than operation on two document attributes. Use with a document attribute of type <code>Date</code> or <code>Long</code>.</p>"
1348+
"documentation":"<p>Performs a greater than operation on two document attributes or metadata fields. Use with a document attribute of type <code>Date</code> or <code>Long</code>.</p>"
13491349
},
13501350
"GreaterThanOrEquals":{
13511351
"shape":"DocumentAttribute",
1352-
"documentation":"<p>Performs a greater or equals than operation on two document attributes. Use with a document attribute of type <code>Date</code> or <code>Long</code>.</p>"
1352+
"documentation":"<p>Performs a greater or equals than operation on two document attributes or metadata fields. Use with a document attribute of type <code>Date</code> or <code>Long</code>.</p>"
13531353
},
13541354
"LessThan":{
13551355
"shape":"DocumentAttribute",
1356-
"documentation":"<p>Performs a less than operation on two document attributes. Use with a document attribute of type <code>Date</code> or <code>Long</code>.</p>"
1356+
"documentation":"<p>Performs a less than operation on two document attributes or metadata fields. Use with a document attribute of type <code>Date</code> or <code>Long</code>.</p>"
13571357
},
13581358
"LessThanOrEquals":{
13591359
"shape":"DocumentAttribute",
1360-
"documentation":"<p>Performs a less than or equals operation on two document attributes. Use with a document attribute of type <code>Date</code> or <code>Long</code>.</p>"
1360+
"documentation":"<p>Performs a less than or equals operation on two document attributes or metadata fields. Use with a document attribute of type <code>Date</code> or <code>Long</code>.</p>"
13611361
}
13621362
},
1363-
"documentation":"<p>Provides filtering the query results based on document attributes.</p> <p>When you use the <code>AndAllFilters</code> or <code>OrAllFilters</code>, filters you can use 2 layers under the first attribute filter. For example, you can use:</p> <p> <code>&lt;AndAllFilters&gt;</code> </p> <ol> <li> <p> <code> &lt;OrAllFilters&gt;</code> </p> </li> <li> <p> <code> &lt;EqualsTo&gt;</code> </p> </li> </ol> <p>If you use more than 2 layers, you receive a <code>ValidationException</code> exception with the message \"<code>AttributeFilter</code> cannot have a depth of more than 2.\"</p> <p>If you use more than 10 attribute filters in a given list for <code>AndAllFilters</code> or <code>OrAllFilters</code>, you receive a <code>ValidationException</code> with the message \"<code>AttributeFilter</code> cannot have a length of more than 10\".</p>"
1363+
"documentation":"<p>Provides filtering the query results based on document attributes or metadata fields.</p> <p>When you use the <code>AndAllFilters</code> or <code>OrAllFilters</code>, filters you can use 2 layers under the first attribute filter. For example, you can use:</p> <p> <code>&lt;AndAllFilters&gt;</code> </p> <ol> <li> <p> <code> &lt;OrAllFilters&gt;</code> </p> </li> <li> <p> <code> &lt;EqualsTo&gt;</code> </p> </li> </ol> <p>If you use more than 2 layers, you receive a <code>ValidationException</code> exception with the message \"<code>AttributeFilter</code> cannot have a depth of more than 2.\"</p> <p>If you use more than 10 attribute filters in a given list for <code>AndAllFilters</code> or <code>OrAllFilters</code>, you receive a <code>ValidationException</code> with the message \"<code>AttributeFilter</code> cannot have a length of more than 10\".</p>"
13641364
},
13651365
"AttributeFilterList":{
13661366
"type":"list",
@@ -7152,7 +7152,8 @@
71527152
"enum":[
71537153
"SHAREPOINT_2013",
71547154
"SHAREPOINT_2016",
7155-
"SHAREPOINT_ONLINE"
7155+
"SHAREPOINT_ONLINE",
7156+
"SHAREPOINT_2019"
71567157
]
71577158
},
71587159
"SharedDriveId":{

0 commit comments

Comments
 (0)