aws-partitions 1.677.0 → 1.678.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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/partitions.json +9 -1
- 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: 2b0a58a67cd6b0a7ab4d71a2459d0147dc2be0a8a951b26aeb2c05526a63f55b
|
|
4
|
+
data.tar.gz: 011770e5f3168d35c22f5a48f7308dd36ed0ad2255b5855e99727e58428418de
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d20f1f96a45d5f2a3a367262d683c45b9e3b48094ba34df8e90ceac13c8700cf556ba2ed567fa537499a089cf11933a3264698956f5306cc1b58240e36a12001
|
|
7
|
+
data.tar.gz: b61c3de1791719c24bb4207a83df4ccbf50745784a491210fee9d5359ee95270ce8cebad6adc94f613262e23473a12576e0a3ed2533f6536e6bd2fc715aa2251
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.678.0
|
data/partitions.json
CHANGED
|
@@ -6812,11 +6812,15 @@
|
|
|
6812
6812
|
"geo" : {
|
|
6813
6813
|
"endpoints" : {
|
|
6814
6814
|
"ap-northeast-1" : { },
|
|
6815
|
+
"ap-south-1" : { },
|
|
6815
6816
|
"ap-southeast-1" : { },
|
|
6816
6817
|
"ap-southeast-2" : { },
|
|
6818
|
+
"ca-central-1" : { },
|
|
6817
6819
|
"eu-central-1" : { },
|
|
6818
6820
|
"eu-north-1" : { },
|
|
6819
6821
|
"eu-west-1" : { },
|
|
6822
|
+
"eu-west-2" : { },
|
|
6823
|
+
"sa-east-1" : { },
|
|
6820
6824
|
"us-east-1" : { },
|
|
6821
6825
|
"us-east-2" : { },
|
|
6822
6826
|
"us-west-2" : { }
|
|
@@ -10982,6 +10986,7 @@
|
|
|
10982
10986
|
"ap-northeast-2" : { },
|
|
10983
10987
|
"ap-northeast-3" : { },
|
|
10984
10988
|
"ap-south-1" : { },
|
|
10989
|
+
"ap-south-2" : { },
|
|
10985
10990
|
"ap-southeast-1" : { },
|
|
10986
10991
|
"ap-southeast-2" : { },
|
|
10987
10992
|
"ap-southeast-3" : { },
|
|
@@ -10992,8 +10997,10 @@
|
|
|
10992
10997
|
} ]
|
|
10993
10998
|
},
|
|
10994
10999
|
"eu-central-1" : { },
|
|
11000
|
+
"eu-central-2" : { },
|
|
10995
11001
|
"eu-north-1" : { },
|
|
10996
11002
|
"eu-south-1" : { },
|
|
11003
|
+
"eu-south-2" : { },
|
|
10997
11004
|
"eu-west-1" : { },
|
|
10998
11005
|
"eu-west-2" : { },
|
|
10999
11006
|
"eu-west-3" : { },
|
|
@@ -21557,7 +21564,8 @@
|
|
|
21557
21564
|
},
|
|
21558
21565
|
"workspaces" : {
|
|
21559
21566
|
"endpoints" : {
|
|
21560
|
-
"us-iso-east-1" : { }
|
|
21567
|
+
"us-iso-east-1" : { },
|
|
21568
|
+
"us-iso-west-1" : { }
|
|
21561
21569
|
}
|
|
21562
21570
|
}
|
|
21563
21571
|
}
|
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.678.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: 2022-12-
|
|
11
|
+
date: 2022-12-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|