aws-partitions 1.1187.0 → 1.1188.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 +8 -0
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ee379aaa516dd6875e3e9dc72d63021c99f51a564044910182e8c4868953209a
4
- data.tar.gz: 8a791c3db37b5a8437087d1b6c08bcede3bc64e33b090b7a8db9c231350ccb2a
3
+ metadata.gz: 7cba1ee1c62fab142160d20bdc179b53e00dc629ea0bba1649992c7e74fb616f
4
+ data.tar.gz: 485664956d83eede1b3b328d57949ec848baf7851c25e7cf1002c44babe343f5
5
5
  SHA512:
6
- metadata.gz: a851c4d35c00be1c212eb65b7f7efb97f8b0e49c1db31e5da439cc78c481aaf0bc901e71b5345d9f84df0dfcab298576ce977e8a6fdb8383461765d4901f1389
7
- data.tar.gz: 2c432661d46d402d98d6a3d39dbbfa5799d63829dec152fb52d53a87cb61bbc2a55febf0ab18814a486ce5519cdb8926bf75066980982c29597537904ae4857f
6
+ metadata.gz: a438b3d7d0e072e94e7de4cfc45f10671d57ec75108f36508760a76b322fc5d5442861810e16154cab90200b0e09dcb5619280132eb38d90253e32703b4e585e
7
+ data.tar.gz: 40af8e3744cb904e0a2d6a4f8ec42b0dbb449c8b54d62614e230cedf2f561663ddf9a245f4c05c9f4f743cfabba3d107db6c791679593460eac7fa5f2e3abb76
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1188.0 (2025-11-25)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.1187.0 (2025-11-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1187.0
1
+ 1.1188.0
data/partitions.json CHANGED
@@ -40170,6 +40170,14 @@
40170
40170
  "dnsSuffix" : "amazonaws.eu",
40171
40171
  "hostname" : "{service}-fips.{region}.{dnsSuffix}",
40172
40172
  "tags" : [ "fips" ]
40173
+ }, {
40174
+ "dnsSuffix" : "api.amazonwebservices.eu",
40175
+ "hostname" : "{service}-fips.{region}.{dnsSuffix}",
40176
+ "tags" : [ "dualstack", "fips" ]
40177
+ }, {
40178
+ "dnsSuffix" : "api.amazonwebservices.eu",
40179
+ "hostname" : "{service}.{region}.{dnsSuffix}",
40180
+ "tags" : [ "dualstack" ]
40173
40181
  } ]
40174
40182
  },
40175
40183
  "dnsSuffix" : "amazonaws.eu",
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.1187.0
4
+ version: 1.1188.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services