aws-partitions 1.1259.0 → 1.1260.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 +3 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7bb1ef51638d32af497257c4bedca42c8d4c0e23016712412c002decbbb93a81
|
|
4
|
+
data.tar.gz: fd8b321fc2822932c1993042ccf45e5f93bc74d64ac91e869cb2f54d845b10b4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8d172ed932bcf5a6d35fe411451e4cfe9a7a505da3f549ce9fe7ffc7f23e9b1127a76e98356c255ac3d51849a9439539fa61196c9dee44a6b630804eae02d247
|
|
7
|
+
data.tar.gz: 94b7fa054b7588707371c23171b3c4e7a695b377b6092824b68b7bce5860c2ffa74a1b460aab9a83db9dbca1d1b126dbee0199a320ca51e902b0b308328ec7b8
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.1260.0
|
data/partitions.json
CHANGED
|
@@ -15639,6 +15639,7 @@
|
|
|
15639
15639
|
},
|
|
15640
15640
|
"lightsail" : {
|
|
15641
15641
|
"endpoints" : {
|
|
15642
|
+
"ap-east-1" : { },
|
|
15642
15643
|
"ap-northeast-1" : { },
|
|
15643
15644
|
"ap-northeast-2" : { },
|
|
15644
15645
|
"ap-south-1" : { },
|
|
@@ -15649,9 +15650,11 @@
|
|
|
15649
15650
|
"ca-central-1" : { },
|
|
15650
15651
|
"eu-central-1" : { },
|
|
15651
15652
|
"eu-north-1" : { },
|
|
15653
|
+
"eu-south-2" : { },
|
|
15652
15654
|
"eu-west-1" : { },
|
|
15653
15655
|
"eu-west-2" : { },
|
|
15654
15656
|
"eu-west-3" : { },
|
|
15657
|
+
"sa-east-1" : { },
|
|
15655
15658
|
"us-east-1" : { },
|
|
15656
15659
|
"us-east-2" : { },
|
|
15657
15660
|
"us-west-2" : { }
|