aws-partitions 1.108.0 → 1.109.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/partitions.json +11 -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: 89632606d6e31ec88f8cd24d3e52d1633fc36ac1
|
|
4
|
+
data.tar.gz: 734f66a8de5e36b8500d4a1d8d4cba7a1f4aab49
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e53ffc37c5ac05da5db166b7474123df2e66ccf1b130b95de4a8bc2800b5e2b4524d53a73eef040eb00a71864383d49b408a9f24b29d2ed8a9eea7705c794abf
|
|
7
|
+
data.tar.gz: 50baeb721e31382be6462fe7bb3caf85bbc4e4916d725e989089ebe284d760887367b59c677a98bb29772b8aa215aa5bad87f2cfc066121c0d00158a1b6936dd
|
data/partitions.json
CHANGED
|
@@ -122,11 +122,16 @@
|
|
|
122
122
|
"endpoints" : {
|
|
123
123
|
"ap-northeast-1" : { },
|
|
124
124
|
"ap-northeast-2" : { },
|
|
125
|
+
"ap-south-1" : { },
|
|
126
|
+
"ap-southeast-1" : { },
|
|
125
127
|
"ap-southeast-2" : { },
|
|
128
|
+
"ca-central-1" : { },
|
|
126
129
|
"eu-central-1" : { },
|
|
127
130
|
"eu-west-1" : { },
|
|
131
|
+
"eu-west-2" : { },
|
|
128
132
|
"us-east-1" : { },
|
|
129
133
|
"us-east-2" : { },
|
|
134
|
+
"us-west-1" : { },
|
|
130
135
|
"us-west-2" : { }
|
|
131
136
|
}
|
|
132
137
|
},
|
|
@@ -1563,6 +1568,7 @@
|
|
|
1563
1568
|
}
|
|
1564
1569
|
},
|
|
1565
1570
|
"endpoints" : {
|
|
1571
|
+
"eu-west-1" : { },
|
|
1566
1572
|
"us-east-1" : { }
|
|
1567
1573
|
}
|
|
1568
1574
|
},
|
|
@@ -1687,11 +1693,16 @@
|
|
|
1687
1693
|
"endpoints" : {
|
|
1688
1694
|
"ap-northeast-1" : { },
|
|
1689
1695
|
"ap-northeast-2" : { },
|
|
1696
|
+
"ap-south-1" : { },
|
|
1697
|
+
"ap-southeast-1" : { },
|
|
1690
1698
|
"ap-southeast-2" : { },
|
|
1699
|
+
"ca-central-1" : { },
|
|
1691
1700
|
"eu-central-1" : { },
|
|
1692
1701
|
"eu-west-1" : { },
|
|
1702
|
+
"eu-west-2" : { },
|
|
1693
1703
|
"us-east-1" : { },
|
|
1694
1704
|
"us-east-2" : { },
|
|
1705
|
+
"us-west-1" : { },
|
|
1695
1706
|
"us-west-2" : { }
|
|
1696
1707
|
}
|
|
1697
1708
|
},
|
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.109.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: 2018-11-
|
|
11
|
+
date: 2018-11-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|