aws-sdk-core 2.11.14 → 2.11.15
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/lightsail/2016-11-28/api-2.json +4 -2
- 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: 77974e9ebac50bfce6c5865b9a63aaa1d3691497
|
|
4
|
+
data.tar.gz: 849f617cd53e44e33d3c831a56bf968f1fd3cfd8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e0a481a67bd48d2a29b504e28e143cd84b2dbcabd383c57aeb04ac6565e5267a8127c6b9f190979a750c978d7e74a69019fafde3f2923f064127e81944575fbc
|
|
7
|
+
data.tar.gz: ae4abea4f55554afcb0be1da97a7a5896ef5a062377feac63a3590aadccf591c81ade14bab0035e0a41500ae7d14ed07e10032be152f001b9192111c4bb5d87d
|
|
@@ -3023,7 +3023,8 @@
|
|
|
3023
3023
|
"NotStarted",
|
|
3024
3024
|
"Started",
|
|
3025
3025
|
"Failed",
|
|
3026
|
-
"Completed"
|
|
3026
|
+
"Completed",
|
|
3027
|
+
"Succeeded"
|
|
3027
3028
|
]
|
|
3028
3029
|
},
|
|
3029
3030
|
"OperationType":{
|
|
@@ -3169,8 +3170,9 @@
|
|
|
3169
3170
|
"us-east-2",
|
|
3170
3171
|
"us-west-1",
|
|
3171
3172
|
"us-west-2",
|
|
3172
|
-
"eu-west-1",
|
|
3173
3173
|
"eu-central-1",
|
|
3174
|
+
"eu-west-1",
|
|
3175
|
+
"eu-west-2",
|
|
3174
3176
|
"ap-south-1",
|
|
3175
3177
|
"ap-southeast-1",
|
|
3176
3178
|
"ap-southeast-2",
|
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.15
|
|
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: 2018-03-
|
|
11
|
+
date: 2018-03-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|