aws-partitions 1.1144.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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +10 -0
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e2eb1ad720af6dccee6e61b654a4c7d861aaada6650725b955698430556dbb6c
4
- data.tar.gz: b58238be5b3b3f57f0a5a634f7cb85aac8696f5d678d0e4f8e565486ce8fafbc
3
+ metadata.gz: c82439c0a5054e5cfc3c87a32eae577b60763382eeec2b1597f52df3766eee99
4
+ data.tar.gz: e3a0ea08c45cee6dd30284ef20dbc9848c02de92a6b0bb7edc10facd2090b65d
5
5
  SHA512:
6
- metadata.gz: ba21e37d98f8fc033924056e620bae865637f33997836b0ced730ee5982aa69887332244b3783b90f9fd0668654434d51ab81091b4967d7367506c5288300f10
7
- data.tar.gz: 1827707d25ceafc101bc39483d032280681041a38e35d3c5d45d298b45abbf789817685edd6c1066903156d31daa50c1a72b2069892619381ae7bf837583458c
6
+ metadata.gz: 04cae0fda501f4153813418648358c1c535ee5304d5598f996e5f1383dd4a773c4e95fbfc834788c4b216b6b139a2a5f04d17a9fba6d2b662f85938b290d499d
7
+ data.tar.gz: 8d1986c9538498341982a94eb4898378ffa429b2a95b8271587a4c4dea9e0548f82c2b8f2c70e6640461d415535aeef35bb29d0ed118859a87222eb7dcdcc45d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.1144.0 (2025-08-08)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1144.0
1
+ 1.1145.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" : { }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-partitions
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1144.0
4
+ version: 1.1145.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services