aws-sdk-core 2.11.373 → 2.11.374
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/personalize/2018-05-22/api-2.json +10 -1
- 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: c786aaaddb60feab45b23da80edf81417f205942
|
4
|
+
data.tar.gz: 78d82d46eb53ca7be3b0397e15e2842d9969fb74
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8a48746cc2646a1a0623ffa844646991d57d79a568c165ca1dec999b3832eb28d7be02ca7bbc53128f7c66d06414d386b3dc04d3281d37ce1bb821fb7908692b
|
7
|
+
data.tar.gz: 2d56f3edf906e27f07dbb5582638062fa44e3679f87b0e8b8f52af8f012f0d979a9734b03b666537c3b57ac2756443f57ba8d350fa1a384125cb74b48ab83a99
|
@@ -807,7 +807,8 @@
|
|
807
807
|
"type":"structure",
|
808
808
|
"required":["solutionArn"],
|
809
809
|
"members":{
|
810
|
-
"solutionArn":{"shape":"Arn"}
|
810
|
+
"solutionArn":{"shape":"Arn"},
|
811
|
+
"trainingMode":{"shape":"TrainingMode"}
|
811
812
|
}
|
812
813
|
},
|
813
814
|
"CreateSolutionVersionResponse":{
|
@@ -1637,6 +1638,7 @@
|
|
1637
1638
|
"datasetGroupArn":{"shape":"Arn"},
|
1638
1639
|
"solutionConfig":{"shape":"SolutionConfig"},
|
1639
1640
|
"trainingHours":{"shape":"TrainingHours"},
|
1641
|
+
"trainingMode":{"shape":"TrainingMode"},
|
1640
1642
|
"status":{"shape":"Status"},
|
1641
1643
|
"failureReason":{"shape":"FailureReason"},
|
1642
1644
|
"creationDateTime":{"shape":"Date"},
|
@@ -1679,6 +1681,13 @@
|
|
1679
1681
|
"type":"string",
|
1680
1682
|
"max":256
|
1681
1683
|
},
|
1684
|
+
"TrainingMode":{
|
1685
|
+
"type":"string",
|
1686
|
+
"enum":[
|
1687
|
+
"FULL",
|
1688
|
+
"UPDATE"
|
1689
|
+
]
|
1690
|
+
},
|
1682
1691
|
"TransactionsPerSecond":{
|
1683
1692
|
"type":"integer",
|
1684
1693
|
"min":1
|
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.374
|
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-10-
|
11
|
+
date: 2019-10-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|