aws-sdk-core 2.11.412 → 2.11.413
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/apis/kendra/2019-02-03/api-2.json +4 -3
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d405f875cfda92c571378b9f7e2c4f012d3af513
|
|
4
|
+
data.tar.gz: 28e2ec451ee6c05c6ed83a7c84c7662c3d0da281
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bd0773c930e2815ff5ce90e7583c27dea136cc8684cefb420bb82ea5ec9295c9ee19529f4353e052e9fc628144a4babb2d7e498648084a5a0d22828d7107ea6e
|
|
7
|
+
data.tar.gz: 6b22a0c83549b10655bc322ef72e3cf739876406b282083402e336032d35e2d90e643a14737ddb7fc376421d16335967f6f80fa1ef345932c7558f91aadf7c8b
|
|
@@ -1336,7 +1336,7 @@
|
|
|
1336
1336
|
"type":"string",
|
|
1337
1337
|
"max":200,
|
|
1338
1338
|
"min":1,
|
|
1339
|
-
"pattern":"
|
|
1339
|
+
"pattern":"^\\P{C}*$"
|
|
1340
1340
|
},
|
|
1341
1341
|
"PrincipalType":{
|
|
1342
1342
|
"type":"string",
|
|
@@ -1506,7 +1506,7 @@
|
|
|
1506
1506
|
"type":"string",
|
|
1507
1507
|
"max":1024,
|
|
1508
1508
|
"min":1,
|
|
1509
|
-
"pattern":"
|
|
1509
|
+
"pattern":".*"
|
|
1510
1510
|
},
|
|
1511
1511
|
"S3Path":{
|
|
1512
1512
|
"type":"structure",
|
|
@@ -1566,7 +1566,8 @@
|
|
|
1566
1566
|
"SecretArn":{"shape":"SecretArn"},
|
|
1567
1567
|
"CrawlAttachments":{"shape":"Boolean"},
|
|
1568
1568
|
"VpcConfiguration":{"shape":"DataSourceVpcConfiguration"},
|
|
1569
|
-
"FieldMappings":{"shape":"DataSourceToIndexFieldMappingList"}
|
|
1569
|
+
"FieldMappings":{"shape":"DataSourceToIndexFieldMappingList"},
|
|
1570
|
+
"DocumentTitleFieldName":{"shape":"DataSourceFieldName"}
|
|
1570
1571
|
}
|
|
1571
1572
|
},
|
|
1572
1573
|
"SharePointUrlList":{
|
data/lib/aws-sdk-core/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.11.
|
|
4
|
+
version: 2.11.413
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-12-
|
|
11
|
+
date: 2019-12-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|