aws-partitions 1.1133.0 → 1.1136.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 +15 -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: 8c81ece16664b35cffecd4aea1b2df2a75d3cd7ac1f49de2dc93bc8fdd033b78
|
4
|
+
data.tar.gz: 8c2e92ab730b77083ce7492600ffdf14bb7facb1f54a9d70c16e0bb51a8b1b66
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9c948f184dee8b59eb67613d50804eb4c0bba9f1af208e133ec76268ddb20cf31d807e39f29abc920a102e717a8543b29d01321fbf03fa5dc36616d7a660f8da
|
7
|
+
data.tar.gz: 98512795e2dba26ea1a1de259ea224101f7d0fc41cd778afc8ddbf3248c8dce3cd299575e84ea308f18a8946b520c1fbea49cc195ccc48c7f9cfa341fc99e8d6
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,21 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1136.0 (2025-07-28)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.1135.0 (2025-07-24)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
14
|
+
1.1134.0 (2025-07-23)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
18
|
+
|
4
19
|
1.1133.0 (2025-07-22)
|
5
20
|
------------------
|
6
21
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1136.0
|
data/partitions.json
CHANGED
@@ -4079,6 +4079,7 @@
|
|
4079
4079
|
"sa-east-1" : { },
|
4080
4080
|
"us-east-1" : { },
|
4081
4081
|
"us-east-2" : { },
|
4082
|
+
"us-west-1" : { },
|
4082
4083
|
"us-west-2" : { }
|
4083
4084
|
}
|
4084
4085
|
},
|
@@ -6699,6 +6700,7 @@
|
|
6699
6700
|
"endpoints" : {
|
6700
6701
|
"af-south-1" : { },
|
6701
6702
|
"ap-east-1" : { },
|
6703
|
+
"ap-east-2" : { },
|
6702
6704
|
"ap-northeast-1" : { },
|
6703
6705
|
"ap-northeast-2" : { },
|
6704
6706
|
"ap-northeast-3" : { },
|
@@ -15386,6 +15388,7 @@
|
|
15386
15388
|
"endpoints" : {
|
15387
15389
|
"af-south-1" : { },
|
15388
15390
|
"ap-east-1" : { },
|
15391
|
+
"ap-east-2" : { },
|
15389
15392
|
"ap-northeast-1" : { },
|
15390
15393
|
"ap-northeast-2" : { },
|
15391
15394
|
"ap-northeast-3" : { },
|