aws-partitions 1.1111.0 → 1.1112.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 +15 -0
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6f2cd868f9edb042c1da20c1b5f7fe03689f8498af9909ea769c7efadd2d6a06
4
- data.tar.gz: a92f9e17febcb82f4be6c8258be3266856e38ef1a369e9920c96e8d7fcb1f650
3
+ metadata.gz: 12ad5c6f13492c8a46f5bea714c4e40e3a9a56fa2896255fc4626dbf4a11df85
4
+ data.tar.gz: 7de080f992759a43120eb35bc61739def73df91ee8abedec441aef671dbca668
5
5
  SHA512:
6
- metadata.gz: c007784d80cf1780d02fde2479f37adcddd29e52f4b60e625c2cc288d374b318bb43b59465d01c80b578b5aabd6383206e7547bc61aa3fb2fae87a10e747994f
7
- data.tar.gz: 77720e3ea70e4a1907b58a96434ec40c40233453683c5d8f484cbf39be55ff6d5cb8e17987999a240ba6dd8e5e09f11fc1c06fdad784b1e1249ed7c586e46c6c
6
+ metadata.gz: 7ad5169717f1ea55158e8c2cd3003b8684a21066e65512acb79f8f0b8861c1552987043bea8c10f790486d97592dd2e192ce1f9dd59aa402e0e68c3e59bb93cf
7
+ data.tar.gz: f00ad63d8a0be9b5f3e3041be5c2930cc859ca58224ca7993cddf2cd378b9cd630b2da186d02b58a0229ec72e8deda70d008625695ed9490e769406dade52353
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1112.0 (2025-06-05)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.1111.0 (2025-06-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1111.0
1
+ 1.1112.0
data/partitions.json CHANGED
@@ -649,6 +649,7 @@
649
649
  "ap-southeast-2" : { },
650
650
  "ap-southeast-3" : { },
651
651
  "ap-southeast-4" : { },
652
+ "ap-southeast-5" : { },
652
653
  "ca-central-1" : { },
653
654
  "ca-west-1" : { },
654
655
  "eu-central-1" : { },
@@ -2993,6 +2994,8 @@
2993
2994
  "protocols" : [ "https" ]
2994
2995
  },
2995
2996
  "endpoints" : {
2997
+ "af-south-1" : { },
2998
+ "ap-east-1" : { },
2996
2999
  "ap-northeast-1" : {
2997
3000
  "variants" : [ {
2998
3001
  "tags" : [ "dualstack" ]
@@ -3018,17 +3021,21 @@
3018
3021
  "tags" : [ "dualstack" ]
3019
3022
  } ]
3020
3023
  },
3024
+ "ap-southeast-5" : { },
3025
+ "ap-southeast-7" : { },
3021
3026
  "ca-central-1" : { },
3022
3027
  "eu-central-1" : {
3023
3028
  "variants" : [ {
3024
3029
  "tags" : [ "dualstack" ]
3025
3030
  } ]
3026
3031
  },
3032
+ "eu-central-2" : { },
3027
3033
  "eu-north-1" : {
3028
3034
  "variants" : [ {
3029
3035
  "tags" : [ "dualstack" ]
3030
3036
  } ]
3031
3037
  },
3038
+ "eu-south-1" : { },
3032
3039
  "eu-west-1" : {
3033
3040
  "variants" : [ {
3034
3041
  "tags" : [ "dualstack" ]
@@ -3044,6 +3051,7 @@
3044
3051
  "tags" : [ "dualstack" ]
3045
3052
  } ]
3046
3053
  },
3054
+ "me-central-1" : { },
3047
3055
  "sa-east-1" : {
3048
3056
  "variants" : [ {
3049
3057
  "tags" : [ "dualstack" ]
@@ -12531,6 +12539,7 @@
12531
12539
  "endpoints" : {
12532
12540
  "ap-south-1" : { },
12533
12541
  "ap-southeast-2" : { },
12542
+ "eu-west-1" : { },
12534
12543
  "eu-west-2" : { },
12535
12544
  "us-east-1" : { },
12536
12545
  "us-east-2" : { },
@@ -30436,6 +30445,12 @@
30436
30445
  },
30437
30446
  "isRegionalized" : true
30438
30447
  },
30448
+ "scheduler" : {
30449
+ "endpoints" : {
30450
+ "cn-north-1" : { },
30451
+ "cn-northwest-1" : { }
30452
+ }
30453
+ },
30439
30454
  "schemas" : {
30440
30455
  "endpoints" : {
30441
30456
  "cn-north-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.1111.0
4
+ version: 1.1112.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services