aws-partitions 1.1265.0 → 1.1266.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 +14 -0
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8b87f85c5eb348b19fd5d3a685d725b63db7439d0e439ed37d4f277c2e398b10
4
- data.tar.gz: 0a9a8830d0d1e784206377d4ca6cd23da619fa9eebf706017fc9fe1573836805
3
+ metadata.gz: 4edf63b1bbbe6cfae3f47aa5f64b612813e062541ea7b4e82bde41773cc1c362
4
+ data.tar.gz: 8af49751da37768f280acbb4398563e2cbd95faba7258199620f8d0ed5dd8a2d
5
5
  SHA512:
6
- metadata.gz: 557767e630fd3ace36a14b1125763dcef36022f8fc13fc195cb9b0bfc8ba395eeb4180516fc3ad856635ceefa5ecfb3b15fa20781a8724fa00583d4b958ebfcf
7
- data.tar.gz: 3e09e3c7acbca2fb552e3a083c313d56c2dc0edb109e627a32d9669b3a2e31b16f2a5e716cddf43b7dc1b678cb2db6395c1397105e9eb4ed4c6dfc39e54f8d85
6
+ metadata.gz: dd94794c166ea92f8270e84b77065d9ec6c362db3d2fe5f2084245d6cdeedc395835292ca9a78dc844d9f506e165ee397b514dc8f00cec71c03c8520ae381d7c
7
+ data.tar.gz: d36a35fe9adbacedef3d4f6eb5446c9962e1c53fd93ec957d7cd2dad87288f5aec5b1987265992a9545f43fe2440e26d3c52ac9b83f3452667a2a285ff704870
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1266.0 (2026-07-06)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data that determines the AWS service regions and endpoints.
8
+
4
9
  1.1265.0 (2026-07-02)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1265.0
1
+ 1.1266.0
data/partitions.json CHANGED
@@ -38911,6 +38911,13 @@
38911
38911
  "eu-isoe-west-1" : { }
38912
38912
  }
38913
38913
  },
38914
+ "health" : {
38915
+ "endpoints" : {
38916
+ "eu-isoe-west-1" : {
38917
+ "deprecated" : true
38918
+ }
38919
+ }
38920
+ },
38914
38921
  "kinesis" : {
38915
38922
  "endpoints" : {
38916
38923
  "eu-isoe-west-1" : { }
@@ -39639,6 +39646,13 @@
39639
39646
  },
39640
39647
  "isRegionalized" : true
39641
39648
  },
39649
+ "health" : {
39650
+ "endpoints" : {
39651
+ "us-isof-south-1" : {
39652
+ "deprecated" : true
39653
+ }
39654
+ }
39655
+ },
39642
39656
  "iam" : {
39643
39657
  "endpoints" : {
39644
39658
  "aws-iso-f-global" : {
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.1265.0
4
+ version: 1.1266.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services