|
1574 | 1574 | "shape":"ClientTokenName",
|
1575 | 1575 | "documentation":"<p>A token that you provide to identify the request to create a data source. Multiple calls to the <code>CreateDataSource</code> operation with the same client token will create only one data source.</p>",
|
1576 | 1576 | "idempotencyToken":true
|
| 1577 | + }, |
| 1578 | + "LanguageCode":{ |
| 1579 | + "shape":"LanguageCode", |
| 1580 | + "documentation":"<p>The code for a language. This allows you to support a language for all documents when creating the data source. English is supported by default. For more information on supported languages, including their codes, see <a href=\"https://docs.aws.amazon.com/kendra/latest/dg/in-adding-languages.html\">Adding documents in languages other than English</a>.</p>" |
1577 | 1581 | }
|
1578 | 1582 | }
|
1579 | 1583 | },
|
|
1628 | 1632 | "shape":"ClientTokenName",
|
1629 | 1633 | "documentation":"<p>A token that you provide to identify the request to create a FAQ. Multiple calls to the <code>CreateFaqRequest</code> operation with the same client token will create only one FAQ. </p>",
|
1630 | 1634 | "idempotencyToken":true
|
| 1635 | + }, |
| 1636 | + "LanguageCode":{ |
| 1637 | + "shape":"LanguageCode", |
| 1638 | + "documentation":"<p>The code for a language. This allows you to support a language for the FAQ document. English is supported by default. For more information on supported languages, including their codes, see <a href=\"https://docs.aws.amazon.com/kendra/latest/dg/in-adding-languages.html\">Adding documents in languages other than English</a>.</p>" |
1631 | 1639 | }
|
1632 | 1640 | }
|
1633 | 1641 | },
|
|
1935 | 1943 | "Status":{
|
1936 | 1944 | "shape":"DataSourceStatus",
|
1937 | 1945 | "documentation":"<p>The status of the data source. When the status is <code>ACTIVE</code> the data source is ready to use.</p>"
|
| 1946 | + }, |
| 1947 | + "LanguageCode":{ |
| 1948 | + "shape":"LanguageCode", |
| 1949 | + "documentation":"<p>The code for a language. This shows a supported language for all documents in the data source. English is supported by default. For more information on supported languages, including their codes, see <a href=\"https://docs.aws.amazon.com/kendra/latest/dg/in-adding-languages.html\">Adding documents in languages other than English</a>.</p>" |
1938 | 1950 | }
|
1939 | 1951 | },
|
1940 | 1952 | "documentation":"<p>Summary information for a Amazon Kendra data source. Returned in a call to the <code>DescribeDataSource</code> operation.</p>"
|
|
2333 | 2345 | "ErrorMessage":{
|
2334 | 2346 | "shape":"ErrorMessage",
|
2335 | 2347 | "documentation":"<p>When the <code>Status</code> field value is <code>FAILED</code>, the <code>ErrorMessage</code> field contains a description of the error that caused the data source to fail.</p>"
|
| 2348 | + }, |
| 2349 | + "LanguageCode":{ |
| 2350 | + "shape":"LanguageCode", |
| 2351 | + "documentation":"<p>The code for a language. This shows a supported language for all documents in the data source. English is supported by default. For more information on supported languages, including their codes, see <a href=\"https://docs.aws.amazon.com/kendra/latest/dg/in-adding-languages.html\">Adding documents in languages other than English</a>.</p>" |
2336 | 2352 | }
|
2337 | 2353 | }
|
2338 | 2354 | },
|
|
2396 | 2412 | "FileFormat":{
|
2397 | 2413 | "shape":"FaqFileFormat",
|
2398 | 2414 | "documentation":"<p>The file format used by the input files for the FAQ.</p>"
|
| 2415 | + }, |
| 2416 | + "LanguageCode":{ |
| 2417 | + "shape":"LanguageCode", |
| 2418 | + "documentation":"<p>The code for a language. This shows a supported language for the FAQ document. English is supported by default. For more information on supported languages, including their codes, see <a href=\"https://docs.aws.amazon.com/kendra/latest/dg/in-adding-languages.html\">Adding documents in languages other than English</a>.</p>" |
2399 | 2419 | }
|
2400 | 2420 | }
|
2401 | 2421 | },
|
|
3114 | 3134 | "FileFormat":{
|
3115 | 3135 | "shape":"FaqFileFormat",
|
3116 | 3136 | "documentation":"<p>The file type used to create the FAQ. </p>"
|
| 3137 | + }, |
| 3138 | + "LanguageCode":{ |
| 3139 | + "shape":"LanguageCode", |
| 3140 | + "documentation":"<p>The code for a language. This shows a supported language for the FAQ document as part of the summary information for FAQs. English is supported by default. For more information on supported languages, including their codes, see <a href=\"https://docs.aws.amazon.com/kendra/latest/dg/in-adding-languages.html\">Adding documents in languages other than English</a>.</p>" |
3117 | 3141 | }
|
3118 | 3142 | },
|
3119 | 3143 | "documentation":"<p>Provides information about a frequently asked questions and answer contained in an index.</p>"
|
|
3531 | 3555 | "min":1,
|
3532 | 3556 | "sensitive":true
|
3533 | 3557 | },
|
| 3558 | + "LanguageCode":{ |
| 3559 | + "type":"string", |
| 3560 | + "documentation":"<p>The code for a language. The default language is English. For more information on supported languages, including their codes, see <a href=\"https://docs.aws.amazon.com/kendra/latest/dg/in-adding-languages.html\">Adding documents in languages other than English</a>.</p>", |
| 3561 | + "max":10, |
| 3562 | + "min":2, |
| 3563 | + "pattern":"[a-zA-Z-]*" |
| 3564 | + }, |
3534 | 3565 | "ListDataSourceSyncJobsRequest":{
|
3535 | 3566 | "type":"structure",
|
3536 | 3567 | "required":[
|
|
4760 | 4791 | "VERY_HIGH",
|
4761 | 4792 | "HIGH",
|
4762 | 4793 | "MEDIUM",
|
4763 |
| - "LOW" |
| 4794 | + "LOW", |
| 4795 | + "NOT_AVAILABLE" |
4764 | 4796 | ]
|
4765 | 4797 | },
|
4766 | 4798 | "Search":{
|
|
5517 | 5549 | "RoleArn":{
|
5518 | 5550 | "shape":"RoleArn",
|
5519 | 5551 | "documentation":"<p>The Amazon Resource Name (ARN) of the new role to use when the data source is accessing resources on your behalf.</p>"
|
| 5552 | + }, |
| 5553 | + "LanguageCode":{ |
| 5554 | + "shape":"LanguageCode", |
| 5555 | + "documentation":"<p>The code for a language. This allows you to support a language for all documents when updating the data source. English is supported by default. For more information on supported languages, including their codes, see <a href=\"https://docs.aws.amazon.com/kendra/latest/dg/in-adding-languages.html\">Adding documents in languages other than English</a>.</p>" |
5520 | 5556 | }
|
5521 | 5557 | }
|
5522 | 5558 | },
|
|
0 commit comments