aws-partitions 1.1270.0 → 1.1271.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 +9 -2
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: aeb290326198f4f12499b7c142861d14e473b38300f08f9825ca28a80d6aa8e2
4
- data.tar.gz: bfd842d7abd1871f3a5598c5f20251dad03ac061c1cbeaf93ce040ad95cd9b84
3
+ metadata.gz: '083a50229496520e13766b91e6a0f4476f8d4f4e754e510950d0df17bbcf4d1b'
4
+ data.tar.gz: 6e76707d089af664eca8c3d60c49f3fe322cf2d9a44393a7ac01e86045bff61e
5
5
  SHA512:
6
- metadata.gz: f842bc109da148a730dd47fc227850c77622e250bfb3779fc128aa6f196ec9b5f1293a1b6b29484d462506c50843307495e1ea9e353ffe1d45a181fb5cde238d
7
- data.tar.gz: e532e017e6af069e8d797eaf8100123ddb3830de521b8eb6e564fc6dcacacdc940aaf6d1644968fa3303cb10f2a70865134499e71cb94109a1f9c3dcc450562c
6
+ metadata.gz: a264b0775365da7612068e6eda6b67350de010dfc506bf9d43a0b9d544425a83a39e4549f918cc58015bcbd83a6870719f5f738be398be98aa126c8b01905770
7
+ data.tar.gz: c89f31d28d8fec2de07a2f17d1cce86eded0c0113ab591ad6d8433b3b918971b53966720c071bfb514d1db1e101f0ea24b1f6e856fa5bf0c0e8fe4b4a2bceb6f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1271.0 (2026-07-17)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data that determines the AWS service regions and endpoints.
8
+
4
9
  1.1270.0 (2026-07-16)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1270.0
1
+ 1.1271.0
data/partitions.json CHANGED
@@ -36962,7 +36962,8 @@
36962
36962
  "protocols" : [ "https" ]
36963
36963
  },
36964
36964
  "endpoints" : {
36965
- "us-iso-east-1" : { }
36965
+ "us-iso-east-1" : { },
36966
+ "us-iso-west-1" : { }
36966
36967
  },
36967
36968
  "isRegionalized" : true
36968
36969
  },
@@ -37778,7 +37779,8 @@
37778
37779
  },
37779
37780
  "backup" : {
37780
37781
  "endpoints" : {
37781
- "us-isob-east-1" : { }
37782
+ "us-isob-east-1" : { },
37783
+ "us-isob-west-1" : { }
37782
37784
  }
37783
37785
  },
37784
37786
  "batch" : {
@@ -40328,6 +40330,11 @@
40328
40330
  "eusc-de-east-1" : { }
40329
40331
  }
40330
40332
  },
40333
+ "emr-serverless" : {
40334
+ "endpoints" : {
40335
+ "eusc-de-east-1" : { }
40336
+ }
40337
+ },
40331
40338
  "entitlement.marketplace" : {
40332
40339
  "endpoints" : {
40333
40340
  "eusc-de-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.1270.0
4
+ version: 1.1271.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services