aws-partitions 1.211.0 → 1.212.0
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/lib/aws-partitions.rb +1 -0
- data/partitions.json +4 -0
- 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: 8cccdff740107fb42d5b90f4ad1de994096a0264
|
|
4
|
+
data.tar.gz: 2c24280947d07077025fc976fc92e58c0cfb641d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bf54d6bc4c149717aa01c0f6b499e27cdbabe8564e37e17acd6acfc2ca102f3e01bea9f9f165dab896851cfc53f45164f0a728e1f8ab50e777fb0759bead56a1
|
|
7
|
+
data.tar.gz: 77edd004bb9050cd4fde09e2fa62ff56cac539ec2b97da890cc9dbe3d63962a87b4e121d30ca1193fd249c180a72b77bd391b8b9c0ec4abb5791950e7c28b6b9
|
data/lib/aws-partitions.rb
CHANGED
data/partitions.json
CHANGED
|
@@ -939,6 +939,7 @@
|
|
|
939
939
|
"protocols" : [ "https" ]
|
|
940
940
|
},
|
|
941
941
|
"endpoints" : {
|
|
942
|
+
"ap-east-1" : { },
|
|
942
943
|
"ap-northeast-1" : { },
|
|
943
944
|
"ap-northeast-2" : { },
|
|
944
945
|
"ap-south-1" : { },
|
|
@@ -1638,6 +1639,7 @@
|
|
|
1638
1639
|
"eu-west-1" : { },
|
|
1639
1640
|
"eu-west-2" : { },
|
|
1640
1641
|
"eu-west-3" : { },
|
|
1642
|
+
"me-south-1" : { },
|
|
1641
1643
|
"sa-east-1" : { },
|
|
1642
1644
|
"us-east-1" : { },
|
|
1643
1645
|
"us-east-1-fips" : {
|
|
@@ -1724,6 +1726,7 @@
|
|
|
1724
1726
|
}
|
|
1725
1727
|
},
|
|
1726
1728
|
"endpoints" : {
|
|
1729
|
+
"ap-east-1" : { },
|
|
1727
1730
|
"ap-northeast-1" : { },
|
|
1728
1731
|
"ap-northeast-2" : { },
|
|
1729
1732
|
"ap-south-1" : { },
|
|
@@ -2076,6 +2079,7 @@
|
|
|
2076
2079
|
"ap-southeast-2" : { },
|
|
2077
2080
|
"eu-central-1" : { },
|
|
2078
2081
|
"eu-west-1" : { },
|
|
2082
|
+
"eu-west-2" : { },
|
|
2079
2083
|
"eu-west-3" : { },
|
|
2080
2084
|
"sa-east-1" : { },
|
|
2081
2085
|
"us-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.212.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-09-
|
|
11
|
+
date: 2019-09-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|