aws-partitions 1.1102.0 → 1.1104.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 +9 -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: 3f13187d62178e7aeade80c344845c79cdbf751f1f6760645acaa26d1e99e4d0
|
4
|
+
data.tar.gz: ed8670d16d2ecb3add3d21294a7856710c1b589e5724ca6107f3fef9471c4c5b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dbe062fbec68ca9c7aec573c45dbbc2899d6c5fed6477486e2fb5d858b67479bd66fb4110b7802fcd05cee09bf8423d82e5f0796a1f8c08df218216b04be74f7
|
7
|
+
data.tar.gz: a61718cfb54f85989e658b1bf3655bbcec013d373ffae09febbd2d59bfd81a56f59da76aacc55477ab2f3c6e6abe60f856f996a67de327fb8c2675f7f1640340
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1104.0 (2025-05-16)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.1103.0 (2025-05-12)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
4
14
|
1.1102.0 (2025-05-09)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1104.0
|
data/partitions.json
CHANGED
@@ -744,6 +744,7 @@
|
|
744
744
|
"ap-east-1" : { },
|
745
745
|
"ap-northeast-1" : { },
|
746
746
|
"ap-northeast-2" : { },
|
747
|
+
"ap-northeast-3" : { },
|
747
748
|
"ap-south-1" : { },
|
748
749
|
"ap-southeast-1" : { },
|
749
750
|
"ap-southeast-2" : { },
|
@@ -12610,6 +12611,7 @@
|
|
12610
12611
|
"ap-southeast-3" : { },
|
12611
12612
|
"ap-southeast-4" : { },
|
12612
12613
|
"ap-southeast-5" : { },
|
12614
|
+
"ap-southeast-7" : { },
|
12613
12615
|
"ca-central-1" : { },
|
12614
12616
|
"ca-west-1" : { },
|
12615
12617
|
"eu-central-1" : { },
|
@@ -13791,6 +13793,7 @@
|
|
13791
13793
|
"ap-southeast-3" : { },
|
13792
13794
|
"ap-southeast-4" : { },
|
13793
13795
|
"ap-southeast-5" : { },
|
13796
|
+
"ap-southeast-7" : { },
|
13794
13797
|
"ca-central-1" : {
|
13795
13798
|
"variants" : [ {
|
13796
13799
|
"hostname" : "kafka-fips.ca-central-1.amazonaws.com",
|
@@ -13856,6 +13859,7 @@
|
|
13856
13859
|
"il-central-1" : { },
|
13857
13860
|
"me-central-1" : { },
|
13858
13861
|
"me-south-1" : { },
|
13862
|
+
"mx-central-1" : { },
|
13859
13863
|
"sa-east-1" : { },
|
13860
13864
|
"us-east-1" : {
|
13861
13865
|
"variants" : [ {
|
@@ -38387,6 +38391,11 @@
|
|
38387
38391
|
}
|
38388
38392
|
}
|
38389
38393
|
},
|
38394
|
+
"securityhub" : {
|
38395
|
+
"endpoints" : {
|
38396
|
+
"us-isob-east-1" : { }
|
38397
|
+
}
|
38398
|
+
},
|
38390
38399
|
"servicediscovery" : {
|
38391
38400
|
"endpoints" : {
|
38392
38401
|
"us-isob-east-1" : { }
|