aws-partitions 1.1257.0 → 1.1259.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 +11 -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: 78d5a8cff937002673844f13b3a7e251f4690e9e97fa0f3fca711a19d77ae160
|
|
4
|
+
data.tar.gz: 81f8ce68c253b61f08e74a13cdd4a0b55f430cb1f332cf49f6a80b37c6f01601
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ecf8dd001a03b6dc106c75a4743b5b041a9614972ef4d01ed3c16d3b7584851ade547cac312faf2c22da958c284db45ed08d7b81939a068df32b7d916862d2d2
|
|
7
|
+
data.tar.gz: 1f688a96f20bb868b27b843bd4e40362beb81a0a72799faff9315b0e6f40a439da8b518a478ec69f04ac094055d5e747973770fb6c6a16af57c4d0da7248d026
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.1259.0 (2026-06-09)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data that determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.1258.0 (2026-06-05)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data that determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
4
14
|
1.1257.0 (2026-06-03)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.1259.0
|
data/partitions.json
CHANGED
|
@@ -40174,6 +40174,12 @@
|
|
|
40174
40174
|
"us-isof-south-1" : { }
|
|
40175
40175
|
}
|
|
40176
40176
|
},
|
|
40177
|
+
"securityhub" : {
|
|
40178
|
+
"endpoints" : {
|
|
40179
|
+
"us-isof-east-1" : { },
|
|
40180
|
+
"us-isof-south-1" : { }
|
|
40181
|
+
}
|
|
40182
|
+
},
|
|
40177
40183
|
"servicediscovery" : {
|
|
40178
40184
|
"endpoints" : {
|
|
40179
40185
|
"us-isof-east-1" : { },
|
|
@@ -40693,6 +40699,11 @@
|
|
|
40693
40699
|
"eusc-de-east-1" : { }
|
|
40694
40700
|
}
|
|
40695
40701
|
},
|
|
40702
|
+
"mq" : {
|
|
40703
|
+
"endpoints" : {
|
|
40704
|
+
"eusc-de-east-1" : { }
|
|
40705
|
+
}
|
|
40706
|
+
},
|
|
40696
40707
|
"network-firewall" : {
|
|
40697
40708
|
"endpoints" : {
|
|
40698
40709
|
"eusc-de-east-1" : { }
|