aws-partitions 1.1245.0 → 1.1247.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 +7 -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: 5ea90c5af816907faa27ebfb8482e71f2a4d316d810e28897857b8d32e6ee1cf
|
|
4
|
+
data.tar.gz: 0c28ee9ee9524de57771b11ad6e8210b7efb99d6bd5533f3209fa66b2b62f7e2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 07d9d6ad457cf75eb42b6c16a10900c3579fe10136e571ea97630ddbeb0a081ad4898f309a9b634fa90b0eb7fe8fce119f359d34b301fafd7d1346055b4f524d
|
|
7
|
+
data.tar.gz: 61fdf0e13f1724ecb498fd6536ebabcde6507f3d18d57a04ce6cb4e905f0563c4c26498a3790cb7735e28f02dee4414912de2946c1dd758319558b5887e1d9fa
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.1247.0 (2026-05-13)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data that determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.1246.0 (2026-05-07)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data that determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
4
14
|
1.1245.0 (2026-05-05)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.1247.0
|
data/partitions.json
CHANGED
|
@@ -23286,7 +23286,9 @@
|
|
|
23286
23286
|
"ap-southeast-2" : { },
|
|
23287
23287
|
"ap-southeast-3" : { },
|
|
23288
23288
|
"ap-southeast-4" : { },
|
|
23289
|
+
"ap-southeast-6" : { },
|
|
23289
23290
|
"ca-central-1" : { },
|
|
23291
|
+
"ca-west-1" : { },
|
|
23290
23292
|
"eu-central-1" : { },
|
|
23291
23293
|
"eu-central-2" : { },
|
|
23292
23294
|
"eu-north-1" : { },
|
|
@@ -39272,6 +39274,11 @@
|
|
|
39272
39274
|
"eu-isoe-west-1" : { }
|
|
39273
39275
|
}
|
|
39274
39276
|
},
|
|
39277
|
+
"rekognition" : {
|
|
39278
|
+
"endpoints" : {
|
|
39279
|
+
"eu-isoe-west-1" : { }
|
|
39280
|
+
}
|
|
39281
|
+
},
|
|
39275
39282
|
"resource-groups" : {
|
|
39276
39283
|
"endpoints" : {
|
|
39277
39284
|
"eu-isoe-west-1" : { }
|