|
677 | 677 | "EqualsTo": {
|
678 | 678 | "target": "com.amazonaws.kendra#DocumentAttribute",
|
679 | 679 | "traits": {
|
680 |
| - "smithy.api#documentation": "<p>Performs an equals operation on two document attributes.</p>" |
| 680 | + "smithy.api#documentation": "<p>Performs an equals operation on two document attributes or metadata fields.</p>" |
681 | 681 | }
|
682 | 682 | },
|
683 | 683 | "ContainsAll": {
|
684 | 684 | "target": "com.amazonaws.kendra#DocumentAttribute",
|
685 | 685 | "traits": {
|
686 |
| - "smithy.api#documentation": "<p>Returns true when a document contains all of the specified document\n attributes. This filter is only applicable to\n <code>StringListValue</code> metadata.</p>" |
| 686 | + "smithy.api#documentation": "<p>Returns true when a document contains all of the specified document\n attributes or metadata fields. This filter is only applicable to\n <code>StringListValue</code> metadata.</p>" |
687 | 687 | }
|
688 | 688 | },
|
689 | 689 | "ContainsAny": {
|
690 | 690 | "target": "com.amazonaws.kendra#DocumentAttribute",
|
691 | 691 | "traits": {
|
692 |
| - "smithy.api#documentation": "<p>Returns true when a document contains any of the specified document\n attributes. This filter is only applicable to\n <code>StringListValue</code> metadata.</p>" |
| 692 | + "smithy.api#documentation": "<p>Returns true when a document contains any of the specified document\n attributes or metadata fields. This filter is only applicable to\n <code>StringListValue</code> metadata.</p>" |
693 | 693 | }
|
694 | 694 | },
|
695 | 695 | "GreaterThan": {
|
696 | 696 | "target": "com.amazonaws.kendra#DocumentAttribute",
|
697 | 697 | "traits": {
|
698 |
| - "smithy.api#documentation": "<p>Performs a greater than operation on two document attributes. Use\n with a document attribute of type <code>Date</code> or\n <code>Long</code>.</p>" |
| 698 | + "smithy.api#documentation": "<p>Performs a greater than operation on two document attributes or metadata fields. Use\n with a document attribute of type <code>Date</code> or\n <code>Long</code>.</p>" |
699 | 699 | }
|
700 | 700 | },
|
701 | 701 | "GreaterThanOrEquals": {
|
702 | 702 | "target": "com.amazonaws.kendra#DocumentAttribute",
|
703 | 703 | "traits": {
|
704 |
| - "smithy.api#documentation": "<p>Performs a greater or equals than operation on two document\n attributes. Use with a document attribute of type <code>Date</code>\n or <code>Long</code>.</p>" |
| 704 | + "smithy.api#documentation": "<p>Performs a greater or equals than operation on two document\n attributes or metadata fields. Use with a document attribute of type <code>Date</code>\n or <code>Long</code>.</p>" |
705 | 705 | }
|
706 | 706 | },
|
707 | 707 | "LessThan": {
|
708 | 708 | "target": "com.amazonaws.kendra#DocumentAttribute",
|
709 | 709 | "traits": {
|
710 |
| - "smithy.api#documentation": "<p>Performs a less than operation on two document attributes. Use with\n a document attribute of type <code>Date</code> or\n <code>Long</code>.</p>" |
| 710 | + "smithy.api#documentation": "<p>Performs a less than operation on two document attributes or metadata fields. Use with\n a document attribute of type <code>Date</code> or\n <code>Long</code>.</p>" |
711 | 711 | }
|
712 | 712 | },
|
713 | 713 | "LessThanOrEquals": {
|
714 | 714 | "target": "com.amazonaws.kendra#DocumentAttribute",
|
715 | 715 | "traits": {
|
716 |
| - "smithy.api#documentation": "<p>Performs a less than or equals operation on two document attributes.\n Use with a document attribute of type <code>Date</code> or\n <code>Long</code>.</p>" |
| 716 | + "smithy.api#documentation": "<p>Performs a less than or equals operation on two document attributes or metadata fields.\n Use with a document attribute of type <code>Date</code> or\n <code>Long</code>.</p>" |
717 | 717 | }
|
718 | 718 | }
|
719 | 719 | },
|
720 | 720 | "traits": {
|
721 |
| - "smithy.api#documentation": "<p>Provides filtering the query results based on document\n attributes.</p>\n <p>When you use the <code>AndAllFilters</code> or\n <code>OrAllFilters</code>, filters you can use 2 layers under the\n first attribute filter. For example, you can use:</p>\n <p>\n <code><AndAllFilters></code>\n </p>\n <ol>\n <li>\n <p>\n <code> <OrAllFilters></code>\n </p>\n </li>\n <li>\n <p>\n <code> <EqualsTo></code>\n </p>\n </li>\n </ol>\n <p>If you use more than 2 layers, you receive a\n <code>ValidationException</code> exception with the message\n \"<code>AttributeFilter</code> cannot have a depth of more \n than 2.\"</p>\n <p>If you use more than 10 attribute filters in a given list for \n <code>AndAllFilters</code> or <code>OrAllFilters</code>, you receive \n a <code>ValidationException</code> with the message \n \"<code>AttributeFilter</code> cannot have a length of more than 10\".</p>" |
| 721 | + "smithy.api#documentation": "<p>Provides filtering the query results based on document\n attributes or metadata fields.</p>\n <p>When you use the <code>AndAllFilters</code> or\n <code>OrAllFilters</code>, filters you can use 2 layers under the\n first attribute filter. For example, you can use:</p>\n <p>\n <code><AndAllFilters></code>\n </p>\n <ol>\n <li>\n <p>\n <code> <OrAllFilters></code>\n </p>\n </li>\n <li>\n <p>\n <code> <EqualsTo></code>\n </p>\n </li>\n </ol>\n <p>If you use more than 2 layers, you receive a\n <code>ValidationException</code> exception with the message\n \"<code>AttributeFilter</code> cannot have a depth of more \n than 2.\"</p>\n <p>If you use more than 10 attribute filters in a given list for \n <code>AndAllFilters</code> or <code>OrAllFilters</code>, you receive \n a <code>ValidationException</code> with the message \n \"<code>AttributeFilter</code> cannot have a length of more than 10\".</p>" |
722 | 722 | }
|
723 | 723 | },
|
724 | 724 | "com.amazonaws.kendra#AttributeFilterList": {
|
|
11087 | 11087 | {
|
11088 | 11088 | "value": "SHAREPOINT_ONLINE",
|
11089 | 11089 | "name": "SHAREPOINT_ONLINE"
|
| 11090 | + }, |
| 11091 | + { |
| 11092 | + "value": "SHAREPOINT_2019", |
| 11093 | + "name": "SHAREPOINT_2019" |
11090 | 11094 | }
|
11091 | 11095 | ]
|
11092 | 11096 | }
|
|
0 commit comments