aws-partitions 1.1153.0 → 1.1155.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 +4 -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: 7e068e32ae4d1ea130d3a15995991527a23a13e12eea4892b57084f33e09d828
|
4
|
+
data.tar.gz: 6a9d8a7609b273f87449c952fa26844b8eb84f85083e12e00be91fde8d6a20fd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 468e7fe06cf6715a1733c3c029e9d3ec12f22012033ad9763fc7878608ce007e29ee6ead7d3712ff8d352847701e6864062f344ed955bfe40155fbf596ee1e62
|
7
|
+
data.tar.gz: 054b6a4fd8074b7bb76111b7a94a6a495c1a27435d26c0577c9aa4eeb1b4b2c854eddcbec8a6b7700db71a55916eeeed5366db924f636b16f814537965da5092
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1155.0 (2025-09-04)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.1154.0 (2025-09-02)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
4
14
|
1.1153.0 (2025-08-29)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1155.0
|
data/partitions.json
CHANGED
@@ -17988,6 +17988,7 @@
|
|
17988
17988
|
},
|
17989
17989
|
"omics" : {
|
17990
17990
|
"endpoints" : {
|
17991
|
+
"ap-northeast-2" : { },
|
17991
17992
|
"ap-southeast-1" : {
|
17992
17993
|
"credentialScope" : {
|
17993
17994
|
"region" : "ap-southeast-1"
|
@@ -19315,6 +19316,8 @@
|
|
19315
19316
|
"eu-west-1" : { },
|
19316
19317
|
"eu-west-2" : { },
|
19317
19318
|
"eu-west-3" : { },
|
19319
|
+
"il-central-1" : { },
|
19320
|
+
"me-central-1" : { },
|
19318
19321
|
"sa-east-1" : { },
|
19319
19322
|
"us-east-1" : { },
|
19320
19323
|
"us-east-2" : { },
|
@@ -20819,6 +20822,7 @@
|
|
20819
20822
|
"ap-southeast-3" : { },
|
20820
20823
|
"ap-southeast-4" : { },
|
20821
20824
|
"ap-southeast-5" : { },
|
20825
|
+
"ap-southeast-6" : { },
|
20822
20826
|
"ap-southeast-7" : { },
|
20823
20827
|
"ca-central-1" : { },
|
20824
20828
|
"ca-west-1" : { },
|