aws-partitions 1.1274.0 → 1.1275.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: '07797deeeb42223b9accda36c8878aece6c36d9a0188114f5be7d6d3d68dea98'
4
- data.tar.gz: 2880795a3af3e7397f825e7ddabc39602999aed3bca5499e9ce2284bb631137b
3
+ metadata.gz: e7f42cc616933242f0a24b5f5ec2eeefac7b6101300214b250e9336815bce6f9
4
+ data.tar.gz: 0a4d402adeeb5de9fbbd5bf1b00fb6545659f609cb146613841260648d87dce3
5
5
  SHA512:
6
- metadata.gz: 10cd309418c72b8c179741574c593df4a0d06cd41c878bf90cd95dcc82855107bbc0fc25153ea71b96714f41498e1f54a3a399c9e81bd9f0f02723e117c4df62
7
- data.tar.gz: 129f827a6173d983be33a76f5d975a137d3d119268e1ee06587e81f63921cf7daed4dcfc5ac0c55eb95ba1d3fb0886b0d36a9ae040667c01f7ade3c20c7d689f
6
+ metadata.gz: f8a5b4eef0cc0352accf40807ba0791edad62aae66f787e051bad04a9afdf7b3d1f15a149fd29de20f06f106d6da44578b3cdf8821a752c9123af572bdbd2528
7
+ data.tar.gz: 60fc86e66fca0e9c896c58369b0571d5b07d0b26fcc904046d4e9ce26a50546d758b7a22c341d9099e3f63fc4790b8ee97c865f19a36b7f5d5ef8ad99cf18261
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1275.0 (2026-07-29)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data that determines the AWS service regions and endpoints.
8
+
4
9
  1.1274.0 (2026-07-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1274.0
1
+ 1.1275.0
data/partitions.json CHANGED
@@ -36890,6 +36890,11 @@
36890
36890
  }
36891
36891
  }
36892
36892
  },
36893
+ "emr-serverless" : {
36894
+ "endpoints" : {
36895
+ "us-iso-east-1" : { }
36896
+ }
36897
+ },
36893
36898
  "es" : {
36894
36899
  "endpoints" : {
36895
36900
  "us-iso-east-1" : { },
@@ -38080,6 +38085,11 @@
38080
38085
  "us-isob-west-1" : { }
38081
38086
  }
38082
38087
  },
38088
+ "emr-serverless" : {
38089
+ "endpoints" : {
38090
+ "us-isob-east-1" : { }
38091
+ }
38092
+ },
38083
38093
  "es" : {
38084
38094
  "endpoints" : {
38085
38095
  "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.1274.0
4
+ version: 1.1275.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services