aws-partitions 1.358.0 → 1.359.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 +19 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4351e90e4822b7d9a5a8c4954bd0568d0ca51666da82190cbfb61f4e407bd89b
|
|
4
|
+
data.tar.gz: 03ab69ae685b75882312984a299f1eb73fabec2e76dcc6d66df8cad34d8b5189
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 13c26e8cd94c65ff954a6cd51a7d97af62f7dc00686baf609f17d51eb2b58e3416c48cd3e99c832056b9f33279245fa107ccc92730593ec572abe47b817b5659
|
|
7
|
+
data.tar.gz: 46667951798b234323e77ec4b1038344a26db7ab2a599138175a3b4ddbfe12bca7b2af9059d25f6e5576add00371a587ecd1933a2ad50c43ba2f2726485adcaa
|
data/partitions.json
CHANGED
|
@@ -1634,6 +1634,8 @@
|
|
|
1634
1634
|
"ap-northeast-1" : { },
|
|
1635
1635
|
"ap-southeast-2" : { },
|
|
1636
1636
|
"eu-central-1" : { },
|
|
1637
|
+
"eu-west-1" : { },
|
|
1638
|
+
"eu-west-2" : { },
|
|
1637
1639
|
"us-east-1" : { },
|
|
1638
1640
|
"us-west-2" : { }
|
|
1639
1641
|
}
|
|
@@ -2667,6 +2669,7 @@
|
|
|
2667
2669
|
"eu-west-1" : { },
|
|
2668
2670
|
"eu-west-2" : { },
|
|
2669
2671
|
"eu-west-3" : { },
|
|
2672
|
+
"sa-east-1" : { },
|
|
2670
2673
|
"us-east-1" : { },
|
|
2671
2674
|
"us-east-2" : { },
|
|
2672
2675
|
"us-west-1" : { },
|
|
@@ -2915,6 +2918,20 @@
|
|
|
2915
2918
|
"isRegionalized" : false,
|
|
2916
2919
|
"partitionEndpoint" : "aws-global"
|
|
2917
2920
|
},
|
|
2921
|
+
"identitystore" : {
|
|
2922
|
+
"endpoints" : {
|
|
2923
|
+
"ap-southeast-1" : { },
|
|
2924
|
+
"ap-southeast-2" : { },
|
|
2925
|
+
"ca-central-1" : { },
|
|
2926
|
+
"eu-central-1" : { },
|
|
2927
|
+
"eu-north-1" : { },
|
|
2928
|
+
"eu-west-1" : { },
|
|
2929
|
+
"eu-west-2" : { },
|
|
2930
|
+
"us-east-1" : { },
|
|
2931
|
+
"us-east-2" : { },
|
|
2932
|
+
"us-west-2" : { }
|
|
2933
|
+
}
|
|
2934
|
+
},
|
|
2918
2935
|
"importexport" : {
|
|
2919
2936
|
"endpoints" : {
|
|
2920
2937
|
"aws-global" : {
|
|
@@ -3691,6 +3708,8 @@
|
|
|
3691
3708
|
"ap-northeast-1" : { },
|
|
3692
3709
|
"ap-southeast-2" : { },
|
|
3693
3710
|
"eu-central-1" : { },
|
|
3711
|
+
"eu-west-1" : { },
|
|
3712
|
+
"eu-west-2" : { },
|
|
3694
3713
|
"us-east-1" : { },
|
|
3695
3714
|
"us-west-2" : { }
|
|
3696
3715
|
}
|
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.359.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-08-
|
|
11
|
+
date: 2020-08-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|