aws-partitions 1.263.0 → 1.264.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 +7 -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: 7440e746e94d50b6376653804e0b68f8cc09f694
|
|
4
|
+
data.tar.gz: c03798ac028d87c2b3c7aa2c3efffc2a41811827
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 65a00dbe654ae57119d10e546156b28d2994de203824f7ae3770d011e30d018b77a4c77d0143a308bb106064a5d22619a8226be54a9cb6f947bf31b1d4cbd98c
|
|
7
|
+
data.tar.gz: 8d5ebdc74ee8fc4ca5d460315817cd82ad560e9366cb9ad9de238ac5851bca017475a4cbae1f6fe74057c1a0bea3e58b01748482902832952730d32132e2ae9d
|
data/partitions.json
CHANGED
|
@@ -2666,11 +2666,18 @@
|
|
|
2666
2666
|
},
|
|
2667
2667
|
"outposts" : {
|
|
2668
2668
|
"endpoints" : {
|
|
2669
|
+
"ap-east-1" : { },
|
|
2669
2670
|
"ap-northeast-1" : { },
|
|
2670
2671
|
"ap-northeast-2" : { },
|
|
2672
|
+
"ap-southeast-1" : { },
|
|
2671
2673
|
"ap-southeast-2" : { },
|
|
2674
|
+
"ca-central-1" : { },
|
|
2672
2675
|
"eu-central-1" : { },
|
|
2676
|
+
"eu-north-1" : { },
|
|
2673
2677
|
"eu-west-1" : { },
|
|
2678
|
+
"eu-west-2" : { },
|
|
2679
|
+
"eu-west-3" : { },
|
|
2680
|
+
"me-south-1" : { },
|
|
2674
2681
|
"us-east-1" : { },
|
|
2675
2682
|
"us-east-2" : { },
|
|
2676
2683
|
"us-west-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.264.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: 2020-01-
|
|
11
|
+
date: 2020-01-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|