aws-partitions 1.1136.0 → 1.1137.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: 8c81ece16664b35cffecd4aea1b2df2a75d3cd7ac1f49de2dc93bc8fdd033b78
4
- data.tar.gz: 8c2e92ab730b77083ce7492600ffdf14bb7facb1f54a9d70c16e0bb51a8b1b66
3
+ metadata.gz: 54c58888bbafe56513404f94f3331c9dcada6fed22d28ac90749b75f08f4969c
4
+ data.tar.gz: a836b58936ad3b3d27e62ee4990b5f5b1db6d99e00ff90a55c9c4e8b458af872
5
5
  SHA512:
6
- metadata.gz: 9c948f184dee8b59eb67613d50804eb4c0bba9f1af208e133ec76268ddb20cf31d807e39f29abc920a102e717a8543b29d01321fbf03fa5dc36616d7a660f8da
7
- data.tar.gz: 98512795e2dba26ea1a1de259ea224101f7d0fc41cd778afc8ddbf3248c8dce3cd299575e84ea308f18a8946b520c1fbea49cc195ccc48c7f9cfa341fc99e8d6
6
+ metadata.gz: 0e40178ee1f87b537d5464a0d43232c678c00fc72868c4656ecd39c02f3be6a11ea8cb6688e15e79f71cf2f3b8127ac763eb4bed116fe537f75ab809bcef4a88
7
+ data.tar.gz: a8518b82839731816acf8eb31d37dd934e17863afe683b94a92a82b8aa200bd21b5352c500066abb1c2d9f492e099498017db3e88c2f8de0eb9b59a51945daef
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1137.0 (2025-07-29)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.1136.0 (2025-07-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1136.0
1
+ 1.1137.0
data/partitions.json CHANGED
@@ -13976,6 +13976,7 @@
13976
13976
  "ap-northeast-1" : { },
13977
13977
  "ap-northeast-2" : { },
13978
13978
  "ap-south-1" : { },
13979
+ "ap-south-2" : { },
13979
13980
  "ap-southeast-1" : { },
13980
13981
  "ap-southeast-2" : { },
13981
13982
  "ca-central-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.1136.0
4
+ version: 1.1137.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services