aws-partitions 1.1143.0 → 1.1145.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 +13 -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: c82439c0a5054e5cfc3c87a32eae577b60763382eeec2b1597f52df3766eee99
|
4
|
+
data.tar.gz: e3a0ea08c45cee6dd30284ef20dbc9848c02de92a6b0bb7edc10facd2090b65d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 04cae0fda501f4153813418648358c1c535ee5304d5598f996e5f1383dd4a773c4e95fbfc834788c4b216b6b139a2a5f04d17a9fba6d2b662f85938b290d499d
|
7
|
+
data.tar.gz: 8d1986c9538498341982a94eb4898378ffa429b2a95b8271587a4c4dea9e0548f82c2b8f2c70e6640461d415535aeef35bb29d0ed118859a87222eb7dcdcc45d
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1145.0 (2025-08-11)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.1144.0 (2025-08-08)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
4
14
|
1.1143.0 (2025-08-06)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1145.0
|
data/partitions.json
CHANGED
@@ -10261,6 +10261,7 @@
|
|
10261
10261
|
"ap-southeast-1" : { },
|
10262
10262
|
"ap-southeast-2" : { },
|
10263
10263
|
"ap-southeast-3" : { },
|
10264
|
+
"ap-southeast-4" : { },
|
10264
10265
|
"ca-central-1" : {
|
10265
10266
|
"variants" : [ {
|
10266
10267
|
"hostname" : "emr-serverless-fips.ca-central-1.amazonaws.com",
|
@@ -10269,6 +10270,7 @@
|
|
10269
10270
|
},
|
10270
10271
|
"ca-west-1" : { },
|
10271
10272
|
"eu-central-1" : { },
|
10273
|
+
"eu-central-2" : { },
|
10272
10274
|
"eu-north-1" : { },
|
10273
10275
|
"eu-south-1" : { },
|
10274
10276
|
"eu-south-2" : { },
|
@@ -10310,6 +10312,7 @@
|
|
10310
10312
|
"deprecated" : true,
|
10311
10313
|
"hostname" : "emr-serverless-fips.us-west-2.amazonaws.com"
|
10312
10314
|
},
|
10315
|
+
"il-central-1" : { },
|
10313
10316
|
"me-central-1" : { },
|
10314
10317
|
"me-south-1" : { },
|
10315
10318
|
"sa-east-1" : { },
|
@@ -37357,6 +37360,11 @@
|
|
37357
37360
|
"us-iso-west-1" : { }
|
37358
37361
|
}
|
37359
37362
|
},
|
37363
|
+
"network-firewall" : {
|
37364
|
+
"endpoints" : {
|
37365
|
+
"us-iso-east-1" : { }
|
37366
|
+
}
|
37367
|
+
},
|
37360
37368
|
"oam" : {
|
37361
37369
|
"endpoints" : {
|
37362
37370
|
"us-iso-east-1" : { },
|
@@ -38412,6 +38420,11 @@
|
|
38412
38420
|
"us-isob-east-1" : { }
|
38413
38421
|
}
|
38414
38422
|
},
|
38423
|
+
"network-firewall" : {
|
38424
|
+
"endpoints" : {
|
38425
|
+
"us-isob-east-1" : { }
|
38426
|
+
}
|
38427
|
+
},
|
38415
38428
|
"oam" : {
|
38416
38429
|
"endpoints" : {
|
38417
38430
|
"us-isob-east-1" : { }
|