Skip to content

Commit 9f1b291

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent a71d501 commit 9f1b291

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Unreleased Changes
22
------------------
33

4+
* Feature - Aws::Kendra - Updated the API, and documentation for AWSKendraFrontendService.
5+
46
2.11.412 (2019-12-09)
57
------------------
68

aws-sdk-core/apis/kendra/2019-02-03/api-2.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1336,7 +1336,7 @@
13361336
"type":"string",
13371337
"max":200,
13381338
"min":1,
1339-
"pattern":"^[^'/\\[\\]:=,;?*\\\\\\u0022\\u003C\\u003E]*$"
1339+
"pattern":"^\\P{C}*$"
13401340
},
13411341
"PrincipalType":{
13421342
"type":"string",
@@ -1506,7 +1506,7 @@
15061506
"type":"string",
15071507
"max":1024,
15081508
"min":1,
1509-
"pattern":"^\\P{C}*$"
1509+
"pattern":".*"
15101510
},
15111511
"S3Path":{
15121512
"type":"structure",
@@ -1566,7 +1566,8 @@
15661566
"SecretArn":{"shape":"SecretArn"},
15671567
"CrawlAttachments":{"shape":"Boolean"},
15681568
"VpcConfiguration":{"shape":"DataSourceVpcConfiguration"},
1569-
"FieldMappings":{"shape":"DataSourceToIndexFieldMappingList"}
1569+
"FieldMappings":{"shape":"DataSourceToIndexFieldMappingList"},
1570+
"DocumentTitleFieldName":{"shape":"DataSourceFieldName"}
15701571
}
15711572
},
15721573
"SharePointUrlList":{

aws-sdk-core/apis/kendra/2019-02-03/docs-2.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,8 @@
238238
"DataSourceFieldName": {
239239
"base": null,
240240
"refs": {
241-
"DataSourceToIndexFieldMapping$DataSourceFieldName": "<p>The name of the column or attribute in the data source.</p>"
241+
"DataSourceToIndexFieldMapping$DataSourceFieldName": "<p>The name of the column or attribute in the data source.</p>",
242+
"SharePointConfiguration$DocumentTitleFieldName": "<p>The Microsoft SharePoint attribute field that contains the title of the document.</p>"
242243
}
243244
},
244245
"DataSourceId": {
@@ -258,7 +259,7 @@
258259
"base": null,
259260
"refs": {
260261
"S3DataSourceConfiguration$InclusionPrefixes": "<p>A list of S3 prefixes for the documents that should be included in the index.</p>",
261-
"S3DataSourceConfiguration$ExclusionPatterns": "<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>"
262+
"S3DataSourceConfiguration$ExclusionPatterns": "<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>"
262263
}
263264
},
264265
"DataSourceInclusionsExclusionsStringsMember": {
@@ -776,7 +777,7 @@
776777
"KmsKeyId": {
777778
"base": null,
778779
"refs": {
779-
"ServerSideEncryptionConfiguration$KmsKeyId": "<p>The identifier of the KMS key.</p>"
780+
"ServerSideEncryptionConfiguration$KmsKeyId": "<p>The identifier of the AWS KMS customer master key (CMK). Amazon Kendra doesn't support asymmetric CMKs.</p>"
780781
}
781782
},
782783
"ListDataSourceSyncJobsRequest": {
@@ -1063,10 +1064,10 @@
10631064
}
10641065
},
10651066
"ServerSideEncryptionConfiguration": {
1066-
"base": "<p>Provides the identifier of the KMS key used to encrypt data indexed by Amazon Kendra.</p>",
1067+
"base": "<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>",
10671068
"refs": {
1068-
"CreateIndexRequest$ServerSideEncryptionConfiguration": "<p>The identifier of the KMS key to use to encrypt data indexed by Amazon Kendra. </p>",
1069-
"DescribeIndexResponse$ServerSideEncryptionConfiguration": "<p>The identifier of the KMS key used to encrypt your data. </p>"
1069+
"CreateIndexRequest$ServerSideEncryptionConfiguration": "<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>",
1070+
"DescribeIndexResponse$ServerSideEncryptionConfiguration": "<p>The identifier of the AWS KMS customer master key (CMK) used to encrypt your data. Amazon Kendra doesn't support asymmetric CMKs.</p>"
10701071
}
10711072
},
10721073
"ServiceQuotaExceededException": {

0 commit comments

Comments
 (0)