|
818 | 818 | },
|
819 | 819 | "ServerSideEncryptionConfiguration":{
|
820 | 820 | "shape":"ServerSideEncryptionConfiguration",
|
821 |
| - "documentation":"<p>The identifier of the KMS key to use to encrypt data indexed by Amazon Kendra. </p>" |
| 821 | + "documentation":"<p>The identifier of the AWS KMS customer managed key (CMK) to use to encrypt data indexed by Amazon Kendra. Amazon Kendra doesn't support asymmetric CMKs.</p>" |
822 | 822 | },
|
823 | 823 | "Description":{
|
824 | 824 | "shape":"Description",
|
|
1271 | 1271 | },
|
1272 | 1272 | "ServerSideEncryptionConfiguration":{
|
1273 | 1273 | "shape":"ServerSideEncryptionConfiguration",
|
1274 |
| - "documentation":"<p>The identifier of the KMS key used to encrypt your data. </p>" |
| 1274 | + "documentation":"<p>The identifier of the AWS KMS customer master key (CMK) used to encrypt your data. Amazon Kendra doesn't support asymmetric CMKs.</p>" |
1275 | 1275 | },
|
1276 | 1276 | "Status":{
|
1277 | 1277 | "shape":"IndexStatus",
|
|
1953 | 1953 | "type":"string",
|
1954 | 1954 | "max":200,
|
1955 | 1955 | "min":1,
|
1956 |
| - "pattern":"^[^'/\\[\\]:=,;?*\\\\\\u0022\\u003C\\u003E]*$" |
| 1956 | + "pattern":"^\\P{C}*$" |
1957 | 1957 | },
|
1958 | 1958 | "PrincipalType":{
|
1959 | 1959 | "type":"string",
|
|
2210 | 2210 | },
|
2211 | 2211 | "ExclusionPatterns":{
|
2212 | 2212 | "shape":"DataSourceInclusionsExclusionsStrings",
|
2213 |
| - "documentation":"<p>A list of glob patterns for documents that should not be indexed. If a document that matches an inclusion prefix also matches an exclusion pattern, the document is not indexed.</p> <p>For more information about glob patterns, see <a href=\"http://wikipedia.org/wiki/Glob_%28programming529\">glob (programming)</a> in <i>Wikipedia</i>.</p>" |
| 2213 | + "documentation":"<p>A list of glob patterns for documents that should not be indexed. If a document that matches an inclusion prefix also matches an exclusion pattern, the document is not indexed.</p> <p>For more information about glob patterns, see <a href=\"http://wikipedia.org/wiki/Glob_%28programming%29\">glob (programming)</a> in <i>Wikipedia</i>.</p>" |
2214 | 2214 | },
|
2215 | 2215 | "DocumentsMetadataConfiguration":{"shape":"DocumentsMetadataConfiguration"},
|
2216 | 2216 | "AccessControlListConfiguration":{
|
|
2224 | 2224 | "type":"string",
|
2225 | 2225 | "max":1024,
|
2226 | 2226 | "min":1,
|
2227 |
| - "pattern":"^\\P{C}*$" |
| 2227 | + "pattern":".*" |
2228 | 2228 | },
|
2229 | 2229 | "S3Path":{
|
2230 | 2230 | "type":"structure",
|
|
2280 | 2280 | "members":{
|
2281 | 2281 | "KmsKeyId":{
|
2282 | 2282 | "shape":"KmsKeyId",
|
2283 |
| - "documentation":"<p>The identifier of the KMS key.</p>" |
| 2283 | + "documentation":"<p>The identifier of the AWS KMS customer master key (CMK). Amazon Kendra doesn't support asymmetric CMKs.</p>" |
2284 | 2284 | }
|
2285 | 2285 | },
|
2286 |
| - "documentation":"<p>Provides the identifier of the KMS key used to encrypt data indexed by Amazon Kendra.</p>" |
| 2286 | + "documentation":"<p>Provides the identifier of the AWS KMS customer master key (CMK) used to encrypt data indexed by Amazon Kendra. Amazon Kendra doesn't support asymmetric CMKs.</p>" |
2287 | 2287 | },
|
2288 | 2288 | "ServiceQuotaExceededException":{
|
2289 | 2289 | "type":"structure",
|
|
2321 | 2321 | "FieldMappings":{
|
2322 | 2322 | "shape":"DataSourceToIndexFieldMappingList",
|
2323 | 2323 | "documentation":"<p>A list of <code>DataSourceToIndexFieldMapping</code> objects that map Microsoft SharePoint attributes to custom fields in the Amazon Kendra index. You must first create the index fields using the operation before you map SharePoint attributes. For more information, see <a href=\"https://docs.aws.amazon.com/kendra/latest/dg/field-mapping.html\">Mapping Data Source Fields</a>.</p>"
|
| 2324 | + }, |
| 2325 | + "DocumentTitleFieldName":{ |
| 2326 | + "shape":"DataSourceFieldName", |
| 2327 | + "documentation":"<p>The Microsoft SharePoint attribute field that contains the title of the document.</p>" |
2324 | 2328 | }
|
2325 | 2329 | },
|
2326 | 2330 | "documentation":"<p>Provides configuration information for connecting to a Microsoft SharePoint data source.</p>"
|
|
0 commit comments