aws-sdk-core 2.11.388 → 2.11.389
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/ec2/2016-11-15/api-2.json +290 -234
- data/apis/robomaker/2018-06-29/api-2.json +16 -1
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
@@ -978,7 +978,8 @@
|
|
978
978
|
"members":{
|
979
979
|
"concurrentDeploymentPercentage":{"shape":"Percentage"},
|
980
980
|
"failureThresholdPercentage":{"shape":"Percentage"},
|
981
|
-
"robotDeploymentTimeoutInSeconds":{"shape":"DeploymentTimeout"}
|
981
|
+
"robotDeploymentTimeoutInSeconds":{"shape":"DeploymentTimeout"},
|
982
|
+
"downloadConditionFile":{"shape":"S3Object"}
|
982
983
|
}
|
983
984
|
},
|
984
985
|
"DeploymentJob":{
|
@@ -1013,6 +1014,7 @@
|
|
1013
1014
|
"PreLaunchFileFailure",
|
1014
1015
|
"PostLaunchFileFailure",
|
1015
1016
|
"BadPermissionError",
|
1017
|
+
"DownloadConditionFailed",
|
1016
1018
|
"InternalServerError"
|
1017
1019
|
]
|
1018
1020
|
},
|
@@ -1680,6 +1682,7 @@
|
|
1680
1682
|
"enum":[
|
1681
1683
|
"Validating",
|
1682
1684
|
"DownloadingExtracting",
|
1685
|
+
"ExecutingDownloadCondition",
|
1683
1686
|
"ExecutingPreLaunch",
|
1684
1687
|
"Launching",
|
1685
1688
|
"ExecutingPostLaunch",
|
@@ -1760,6 +1763,18 @@
|
|
1760
1763
|
"max":100,
|
1761
1764
|
"min":1
|
1762
1765
|
},
|
1766
|
+
"S3Object":{
|
1767
|
+
"type":"structure",
|
1768
|
+
"required":[
|
1769
|
+
"bucket",
|
1770
|
+
"key"
|
1771
|
+
],
|
1772
|
+
"members":{
|
1773
|
+
"bucket":{"shape":"S3Bucket"},
|
1774
|
+
"key":{"shape":"S3Key"},
|
1775
|
+
"etag":{"shape":"S3Etag"}
|
1776
|
+
}
|
1777
|
+
},
|
1763
1778
|
"SecurityGroups":{
|
1764
1779
|
"type":"list",
|
1765
1780
|
"member":{"shape":"NonEmptyString"},
|
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.389
|
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-11-
|
11
|
+
date: 2019-11-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|