|
1333 | 1333 | },
|
1334 | 1334 | "EqualsTo":{
|
1335 | 1335 | "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>" |
1337 | 1337 | },
|
1338 | 1338 | "ContainsAll":{
|
1339 | 1339 | "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>" |
1341 | 1341 | },
|
1342 | 1342 | "ContainsAny":{
|
1343 | 1343 | "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>" |
1345 | 1345 | },
|
1346 | 1346 | "GreaterThan":{
|
1347 | 1347 | "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>" |
1349 | 1349 | },
|
1350 | 1350 | "GreaterThanOrEquals":{
|
1351 | 1351 | "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>" |
1353 | 1353 | },
|
1354 | 1354 | "LessThan":{
|
1355 | 1355 | "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>" |
1357 | 1357 | },
|
1358 | 1358 | "LessThanOrEquals":{
|
1359 | 1359 | "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>" |
1361 | 1361 | }
|
1362 | 1362 | },
|
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><AndAllFilters></code> </p> <ol> <li> <p> <code> <OrAllFilters></code> </p> </li> <li> <p> <code> <EqualsTo></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><AndAllFilters></code> </p> <ol> <li> <p> <code> <OrAllFilters></code> </p> </li> <li> <p> <code> <EqualsTo></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>" |
1364 | 1364 | },
|
1365 | 1365 | "AttributeFilterList":{
|
1366 | 1366 | "type":"list",
|
|
7152 | 7152 | "enum":[
|
7153 | 7153 | "SHAREPOINT_2013",
|
7154 | 7154 | "SHAREPOINT_2016",
|
7155 |
| - "SHAREPOINT_ONLINE" |
| 7155 | + "SHAREPOINT_ONLINE", |
| 7156 | + "SHAREPOINT_2019" |
7156 | 7157 | ]
|
7157 | 7158 | },
|
7158 | 7159 | "SharedDriveId":{
|
|
0 commit comments