aws-sdk-core 2.11.354 → 2.11.355
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/athena/2017-05-18/api-2.json +2 -1
- data/apis/iam/2010-05-08/examples-1.json +1 -1
- data/apis/personalize/2018-05-22/api-2.json +11 -3
- data/endpoints.json +1 -0
- 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: 36d05b45c951b9bb8654f137855d0a49d2569d22
|
|
4
|
+
data.tar.gz: f7afd7e3e8fb266eb0ae1d5ea6ed346e5562997c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 247c260eed513f9a14f0a687332564cec02c4ee93cc0194e9f79b82473631bdc6667b0642acb9f3e7757e0399a364222bfbbbc252a8ad9c486fb98d80079a56f
|
|
7
|
+
data.tar.gz: ab720082496a90581daa3a622af2658c197f4eae725b06a77bec5d7560fdf6a16baaa89479c8e517aadbd990707622a6a387eb7d6b99f0c91267e98cb62cbb99
|
|
@@ -691,7 +691,8 @@
|
|
|
691
691
|
"type":"structure",
|
|
692
692
|
"members":{
|
|
693
693
|
"EngineExecutionTimeInMillis":{"shape":"Long"},
|
|
694
|
-
"DataScannedInBytes":{"shape":"Long"}
|
|
694
|
+
"DataScannedInBytes":{"shape":"Long"},
|
|
695
|
+
"DataManifestLocation":{"shape":"String"}
|
|
695
696
|
}
|
|
696
697
|
},
|
|
697
698
|
"QueryExecutionStatus":{
|
|
@@ -73,7 +73,8 @@
|
|
|
73
73
|
{"shape":"InvalidInputException"},
|
|
74
74
|
{"shape":"ResourceNotFoundException"},
|
|
75
75
|
{"shape":"ResourceAlreadyExistsException"},
|
|
76
|
-
{"shape":"LimitExceededException"}
|
|
76
|
+
{"shape":"LimitExceededException"},
|
|
77
|
+
{"shape":"ResourceInUseException"}
|
|
77
78
|
]
|
|
78
79
|
},
|
|
79
80
|
"CreateEventTracker":{
|
|
@@ -495,7 +496,8 @@
|
|
|
495
496
|
"output":{"shape":"ListSolutionVersionsResponse"},
|
|
496
497
|
"errors":[
|
|
497
498
|
{"shape":"InvalidInputException"},
|
|
498
|
-
{"shape":"ResourceNotFoundException"}
|
|
499
|
+
{"shape":"ResourceNotFoundException"},
|
|
500
|
+
{"shape":"InvalidNextTokenException"}
|
|
499
501
|
],
|
|
500
502
|
"idempotent":true
|
|
501
503
|
},
|
|
@@ -584,6 +586,7 @@
|
|
|
584
586
|
"type":"string",
|
|
585
587
|
"max":10000
|
|
586
588
|
},
|
|
589
|
+
"Boolean":{"type":"boolean"},
|
|
587
590
|
"Campaign":{
|
|
588
591
|
"type":"structure",
|
|
589
592
|
"members":{
|
|
@@ -786,7 +789,7 @@
|
|
|
786
789
|
],
|
|
787
790
|
"members":{
|
|
788
791
|
"name":{"shape":"Name"},
|
|
789
|
-
"performHPO":{"shape":"
|
|
792
|
+
"performHPO":{"shape":"Boolean"},
|
|
790
793
|
"performAutoML":{"shape":"PerformAutoML"},
|
|
791
794
|
"recipeArn":{"shape":"Arn"},
|
|
792
795
|
"datasetGroupArn":{"shape":"Arn"},
|
|
@@ -1633,6 +1636,7 @@
|
|
|
1633
1636
|
"eventType":{"shape":"EventType"},
|
|
1634
1637
|
"datasetGroupArn":{"shape":"Arn"},
|
|
1635
1638
|
"solutionConfig":{"shape":"SolutionConfig"},
|
|
1639
|
+
"trainingHours":{"shape":"TrainingHours"},
|
|
1636
1640
|
"status":{"shape":"Status"},
|
|
1637
1641
|
"failureReason":{"shape":"FailureReason"},
|
|
1638
1642
|
"creationDateTime":{"shape":"Date"},
|
|
@@ -1667,6 +1671,10 @@
|
|
|
1667
1671
|
"type":"string",
|
|
1668
1672
|
"max":256
|
|
1669
1673
|
},
|
|
1674
|
+
"TrainingHours":{
|
|
1675
|
+
"type":"double",
|
|
1676
|
+
"min":0
|
|
1677
|
+
},
|
|
1670
1678
|
"TrainingInputMode":{
|
|
1671
1679
|
"type":"string",
|
|
1672
1680
|
"max":256
|
data/endpoints.json
CHANGED
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.355
|
|
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-09-
|
|
11
|
+
date: 2019-09-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|