aws-partitions 1.1172.0 → 1.1174.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 +10 -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: aa9d54e84ed8a590e91b19b740ac13b2990f3ec9dcad5ff8ce6e36b616ba0638
|
4
|
+
data.tar.gz: b7880e4443463fa09d63048234475e6a2576930fe477f968b9eabee13f8bb4fe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3574f29a0e769cebcf61d6c718aef899bf83ed8658e582d7e70187e22ebd4001da04013350a834af6988fb2450750ece4e67b3d5a4e0a5396a806a97c775b277
|
7
|
+
data.tar.gz: 225c48b63a1b2ad66973e23406eb3e7788d5249a0a855998a9c862378255ee8c7535d9e0735376684ba58177cb214869dc9f586770cc9d19254f51df554447b2
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1174.0 (2025-10-17)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.1173.0 (2025-10-15)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
4
14
|
1.1172.0 (2025-10-10)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1174.0
|
data/partitions.json
CHANGED
@@ -18780,6 +18780,7 @@
|
|
18780
18780
|
"tags" : [ "dualstack" ]
|
18781
18781
|
} ]
|
18782
18782
|
},
|
18783
|
+
"eu-central-2" : { },
|
18783
18784
|
"eu-north-1" : {
|
18784
18785
|
"variants" : [ {
|
18785
18786
|
"hostname" : "polly.eu-north-1.api.aws",
|
@@ -20275,11 +20276,13 @@
|
|
20275
20276
|
"ap-east-2" : { },
|
20276
20277
|
"ap-northeast-1" : { },
|
20277
20278
|
"ap-northeast-2" : { },
|
20279
|
+
"ap-northeast-3" : { },
|
20278
20280
|
"ap-south-1" : { },
|
20279
20281
|
"ap-south-2" : { },
|
20280
20282
|
"ap-southeast-1" : { },
|
20281
20283
|
"ap-southeast-2" : { },
|
20282
20284
|
"ap-southeast-3" : { },
|
20285
|
+
"ap-southeast-5" : { },
|
20283
20286
|
"ap-southeast-7" : { },
|
20284
20287
|
"ca-central-1" : {
|
20285
20288
|
"variants" : [ {
|