aws-partitions 1.1168.0 → 1.1169.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 +1 -0
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 437cd67548fdd0196ae659b8424f9487bfd9527caf241ddd32c8b1776558fdc3
4
- data.tar.gz: cfce10645c7662b36a520f6b91973a121604f23392f50ab17b0c5d426bbbdb36
3
+ metadata.gz: 147adf6b7ba49684d13c6f8ed79510bdaa522be44f0ff8680d7ea544d81a74dc
4
+ data.tar.gz: d6bfc6ed729d2b0fbde7a080c94146ea93865b98270f74f7a4a9f80fec40f05b
5
5
  SHA512:
6
- metadata.gz: 1b3555de85fa1929bb9424e1e4fa22926333f495d4779ae8a659f17926090f20bc3c92995c03a6fb8ae86c5f0003967e3546c001f0aaeeb057b82eda209cb791
7
- data.tar.gz: 65446476c4406353957c30a4b1fb6e2a17bd28313438cef10448da7ddc4c40f1c41d57a1eb2642ea7fd4a7aa7bdfd91a9895d544f992ee0be5a57d257837b6f7
6
+ metadata.gz: a54f573ac0654a25d672df6b0ee88845c7ca748cf258fbd6342c5b5af060f80c109e524fa7feead04cc8bae97e3dbc9f196295c86c88d05ceb4169ca5ab3c6ac
7
+ data.tar.gz: 4ac8a76d151fd1b7ab5ed15ed794f72158220c1455b104002a60fb923ed0ed2ff114d35125131f791c774de08ca5f7e6405d6c4618eca1facdccf5544713de19
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1169.0 (2025-10-07)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.1168.0 (2025-09-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1168.0
1
+ 1.1169.0
data/partitions.json CHANGED
@@ -16974,6 +16974,7 @@
16974
16974
  "ap-southeast-3" : { },
16975
16975
  "ap-southeast-4" : { },
16976
16976
  "ap-southeast-5" : { },
16977
+ "ap-southeast-6" : { },
16977
16978
  "ap-southeast-7" : { },
16978
16979
  "ca-central-1" : {
16979
16980
  "variants" : [ {
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.1168.0
4
+ version: 1.1169.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services