aws-partitions 1.133.0 → 1.134.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-partitions.rb +1 -0
- data/partitions.json +14 -2
- 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: b483169c0e01dae101b379178ed2875f3da58782
|
4
|
+
data.tar.gz: b33bf05ea46e4b1f0244866112082457fdbb0298
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 78f77fb347b075bcc8c4e0e79413e50b85a18f77be42d63f29c81571d4824a8bd1ef09eac583f018254522ee10c102aff19c1325136d6d217859ae1dd0ca8420
|
7
|
+
data.tar.gz: 9a7230c84ef55c421d09c0cfd7cf8a5c88974b13138a14cc6297f622867f999d2a18727997e2ba2896a4333e2604e2949fa48ed663b23caf6aec58de4d870629
|
data/lib/aws-partitions.rb
CHANGED
data/partitions.json
CHANGED
@@ -108,7 +108,8 @@
|
|
108
108
|
"ap-southeast-1" : { },
|
109
109
|
"ap-southeast-2" : { },
|
110
110
|
"eu-west-1" : { },
|
111
|
-
"us-east-1" : { }
|
111
|
+
"us-east-1" : { },
|
112
|
+
"us-west-2" : { }
|
112
113
|
}
|
113
114
|
},
|
114
115
|
"api.pricing" : {
|
@@ -1840,7 +1841,7 @@
|
|
1840
1841
|
},
|
1841
1842
|
"route53resolver" : {
|
1842
1843
|
"defaults" : {
|
1843
|
-
"protocols" : [ "
|
1844
|
+
"protocols" : [ "https" ]
|
1844
1845
|
},
|
1845
1846
|
"endpoints" : {
|
1846
1847
|
"ap-northeast-1" : { },
|
@@ -2901,6 +2902,12 @@
|
|
2901
2902
|
"cn-northwest-1" : { }
|
2902
2903
|
}
|
2903
2904
|
},
|
2905
|
+
"firehose" : {
|
2906
|
+
"endpoints" : {
|
2907
|
+
"cn-north-1" : { },
|
2908
|
+
"cn-northwest-1" : { }
|
2909
|
+
}
|
2910
|
+
},
|
2904
2911
|
"glacier" : {
|
2905
2912
|
"defaults" : {
|
2906
2913
|
"protocols" : [ "http", "https" ]
|
@@ -3302,6 +3309,11 @@
|
|
3302
3309
|
"us-gov-west-1" : { }
|
3303
3310
|
}
|
3304
3311
|
},
|
3312
|
+
"firehose" : {
|
3313
|
+
"endpoints" : {
|
3314
|
+
"us-gov-west-1" : { }
|
3315
|
+
}
|
3316
|
+
},
|
3305
3317
|
"glacier" : {
|
3306
3318
|
"endpoints" : {
|
3307
3319
|
"us-gov-east-1" : { },
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-partitions
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.134.0
|
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-01-
|
11
|
+
date: 2019-01-23 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|