aws-partitions 1.1144.0 → 1.1146.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 +15 -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: 84503c5020c31c1d6196950e35722cb982d1113a8d84b8edebde5bfc6214343f
|
4
|
+
data.tar.gz: 57d826807b91317cf5715c162878b132bba5db8c58bcf0774cf3e23fe07d3780
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 456887793a20d78208063683e0d3abc454c7fef11006f88ab479694ae805565f16543da01227fdbfabee7fe6fc926dc55ae34175b1cfc6bda77d71b2b2fac6cf
|
7
|
+
data.tar.gz: be3b082c3056454fabcccd6db4c70cc605283a34334dd2f202304e6369869d430c322e2f332704bd42a4d8ab3b07bc81d65402c266ab98dbb92e4e6a824d5733
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1146.0 (2025-08-12)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.1145.0 (2025-08-11)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
4
14
|
1.1144.0 (2025-08-08)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1146.0
|
data/partitions.json
CHANGED
@@ -37360,6 +37360,11 @@
|
|
37360
37360
|
"us-iso-west-1" : { }
|
37361
37361
|
}
|
37362
37362
|
},
|
37363
|
+
"network-firewall" : {
|
37364
|
+
"endpoints" : {
|
37365
|
+
"us-iso-east-1" : { }
|
37366
|
+
}
|
37367
|
+
},
|
37363
37368
|
"oam" : {
|
37364
37369
|
"endpoints" : {
|
37365
37370
|
"us-iso-east-1" : { },
|
@@ -38415,6 +38420,11 @@
|
|
38415
38420
|
"us-isob-east-1" : { }
|
38416
38421
|
}
|
38417
38422
|
},
|
38423
|
+
"network-firewall" : {
|
38424
|
+
"endpoints" : {
|
38425
|
+
"us-isob-east-1" : { }
|
38426
|
+
}
|
38427
|
+
},
|
38418
38428
|
"oam" : {
|
38419
38429
|
"endpoints" : {
|
38420
38430
|
"us-isob-east-1" : { }
|
@@ -38926,6 +38936,11 @@
|
|
38926
38936
|
"eu-isoe-west-1" : { }
|
38927
38937
|
}
|
38928
38938
|
},
|
38939
|
+
"cloudtrail-data" : {
|
38940
|
+
"endpoints" : {
|
38941
|
+
"eu-isoe-west-1" : { }
|
38942
|
+
}
|
38943
|
+
},
|
38929
38944
|
"codedeploy" : {
|
38930
38945
|
"endpoints" : {
|
38931
38946
|
"eu-isoe-west-1" : { }
|