aws-partitions 1.1173.0 → 1.1174.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 +2 -0
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 28eaa0f1b6d88e6f617a4323c8f8fcc220f6e69ed5134569b6d1f6711a2e48dd
4
- data.tar.gz: 2df21c32f556cb3abb870b0bc249c59b020f457b0fec4eb7705d6ed76e01ce29
3
+ metadata.gz: aa9d54e84ed8a590e91b19b740ac13b2990f3ec9dcad5ff8ce6e36b616ba0638
4
+ data.tar.gz: b7880e4443463fa09d63048234475e6a2576930fe477f968b9eabee13f8bb4fe
5
5
  SHA512:
6
- metadata.gz: 37ff86532391d36239dc074c7872a9b99cd89783a02bb501e056082bb7264d289263d662c55e5620e299897905d614539cf099e298e6de578c130dfb7dec5f5c
7
- data.tar.gz: 90b11404dbc94964f5d51614b9fb9e0261730b7355a9e4946272564da5f8e0f636bfe526626f7002c04f48cb1220f1b4886aa5e683fe54eedfa7e5ca5aaed572
6
+ metadata.gz: 3574f29a0e769cebcf61d6c718aef899bf83ed8658e582d7e70187e22ebd4001da04013350a834af6988fb2450750ece4e67b3d5a4e0a5396a806a97c775b277
7
+ data.tar.gz: 225c48b63a1b2ad66973e23406eb3e7788d5249a0a855998a9c862378255ee8c7535d9e0735376684ba58177cb214869dc9f586770cc9d19254f51df554447b2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1174.0 (2025-10-17)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.1173.0 (2025-10-15)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1173.0
1
+ 1.1174.0
data/partitions.json CHANGED
@@ -20276,11 +20276,13 @@
20276
20276
  "ap-east-2" : { },
20277
20277
  "ap-northeast-1" : { },
20278
20278
  "ap-northeast-2" : { },
20279
+ "ap-northeast-3" : { },
20279
20280
  "ap-south-1" : { },
20280
20281
  "ap-south-2" : { },
20281
20282
  "ap-southeast-1" : { },
20282
20283
  "ap-southeast-2" : { },
20283
20284
  "ap-southeast-3" : { },
20285
+ "ap-southeast-5" : { },
20284
20286
  "ap-southeast-7" : { },
20285
20287
  "ca-central-1" : {
20286
20288
  "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.1173.0
4
+ version: 1.1174.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services