aws-partitions 1.1273.0 → 1.1274.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 +6 -0
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1ec05de13e7053534ede90d2c4ceb16abc8819e25f29ca961f614e6216f3ecd3
4
- data.tar.gz: fbea08c57a1a83ad755a1f89fe54111ee135dcd687b8f6b6b08459ddcce9a07d
3
+ metadata.gz: '07797deeeb42223b9accda36c8878aece6c36d9a0188114f5be7d6d3d68dea98'
4
+ data.tar.gz: 2880795a3af3e7397f825e7ddabc39602999aed3bca5499e9ce2284bb631137b
5
5
  SHA512:
6
- metadata.gz: bf49889ebb551603f3189dc2614d8510cd82f8e001b99ea1ebc10fa6ac2e4b3880e1b24b59faa1cd8a0a2bb13aae1f7897898c4e83417f46bf934ffbae6c0ccc
7
- data.tar.gz: 85c568db5b7bdd9cea781042ba8001c39af9ac692f78a1a9051dd4af8a1539c394ec4bb11051b981ff941a923069d471b5a4ef57016be3377789edf4527594a2
6
+ metadata.gz: 10cd309418c72b8c179741574c593df4a0d06cd41c878bf90cd95dcc82855107bbc0fc25153ea71b96714f41498e1f54a3a399c9e81bd9f0f02723e117c4df62
7
+ data.tar.gz: 129f827a6173d983be33a76f5d975a137d3d119268e1ee06587e81f63921cf7daed4dcfc5ac0c55eb95ba1d3fb0886b0d36a9ae040667c01f7ade3c20c7d689f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1274.0 (2026-07-27)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data that determines the AWS service regions and endpoints.
8
+
4
9
  1.1273.0 (2026-07-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1273.0
1
+ 1.1274.0
data/partitions.json CHANGED
@@ -36452,6 +36452,12 @@
36452
36452
  "us-iso-west-1" : { }
36453
36453
  }
36454
36454
  },
36455
+ "appstream2" : {
36456
+ "endpoints" : {
36457
+ "us-iso-east-1" : { },
36458
+ "us-iso-west-1" : { }
36459
+ }
36460
+ },
36455
36461
  "arc-zonal-shift" : {
36456
36462
  "endpoints" : {
36457
36463
  "us-iso-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.1273.0
4
+ version: 1.1274.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services