aws-partitions 1.1242.0 → 1.1243.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 +7 -1
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fa48587a939754bdfb6c32fb6b07fb0ee9ee7588dd8bf4759bddfb30f6bb34b4
4
- data.tar.gz: 5201341953d4d0d35eac08f3b3bfe4e67a59dc6e107b0670744d96dfaab72db5
3
+ metadata.gz: 04167fe41602734b2b6bcaf5d07eeba449d5909eca75cc43e3d65094a1a10783
4
+ data.tar.gz: 5beb71048bcb287b4f176a0a4bf51c13102f5c4b411820464cc57706e14083cb
5
5
  SHA512:
6
- metadata.gz: 5ca9b810b4a3d5fbda5381bb732363cff80f80e46ca73542d66773c91b38e997f18386035255b1ae7cf36296f9b6c472049a29b4f06d445e10554bfd414ad95a
7
- data.tar.gz: 3896e1234af3c2d6929e769d46018adbbe9e5212f588744a0684ba7f3ef59308f3240c7312c20afdc70d14890fba85b3753cd7a807919c382eab5cf483160e15
6
+ metadata.gz: 2ba24c4ec6b4ec659f04ddaa91ffe35f933774c83a68e2d50200e29c551564e42798b2a1424c39e4f26eb4a87441da22786604fc3032e00865f6738fbf64c75e
7
+ data.tar.gz: e5a89a1607f86cc92d202ebebe7f8aef6756f7f5a6acb7b7d352c6663a66706a4d272d2a795dffe08fc7117dd0eb6722a34a50d029ec9adc0181da0552095a23
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1243.0 (2026-04-30)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.1242.0 (2026-04-29)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1242.0
1
+ 1.1243.0
data/partitions.json CHANGED
@@ -37338,6 +37338,11 @@
37338
37338
  "us-iso-west-1" : { }
37339
37339
  }
37340
37340
  },
37341
+ "mq" : {
37342
+ "endpoints" : {
37343
+ "us-iso-east-1" : { }
37344
+ }
37345
+ },
37341
37346
  "network-firewall" : {
37342
37347
  "endpoints" : {
37343
37348
  "us-iso-east-1" : { }
@@ -38299,7 +38304,8 @@
38299
38304
  },
38300
38305
  "firehose" : {
38301
38306
  "endpoints" : {
38302
- "us-isob-east-1" : { }
38307
+ "us-isob-east-1" : { },
38308
+ "us-isob-west-1" : { }
38303
38309
  }
38304
38310
  },
38305
38311
  "fsx" : {
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.1242.0
4
+ version: 1.1243.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services