aws-partitions 1.1125.0 → 1.1126.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 +7 -0
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e1b2ae0b9d958bd6970a9fe15c7102042187cd35dd27368e2467cf8b93edb6d6
4
- data.tar.gz: a353915d3d1f9e1f1370712f15f9150dbadfb9c2f96da423cfa80ff0649837f0
3
+ metadata.gz: 2a16699fd84884ccb0fe9904d09cbb09e695a8b0f21654d89f334ebf0d64a992
4
+ data.tar.gz: fa39670435cd840b8d869c048c10526a053095435344f48de4f5623d10cd2d4c
5
5
  SHA512:
6
- metadata.gz: 536ea5ac808387c53cfc58e60717ec1e4f1a2fdc422063a34b46bd94ffe813c0e229e6f00c3a5e4fb9255e6a41b1ade7b1cc105d649f55da7dcd4025189eb47d
7
- data.tar.gz: d695e9ee3783327b562901cfe5e1d829140b07c1bc0ac1bd29520c206a2a0834c6eddde219426c97e9585dbad5fd5627b8e2bff350f2253538f4dc768d79518a
6
+ metadata.gz: 76d149b7117f8f916acf19a632cf0015bee4ae740559fc658cfadb48b4c54ed7eb2dda0b90bb8b6749efbb9a62972b8fecab5ea625bb49bd1b790bc30c767ab2
7
+ data.tar.gz: bd2c126192c5887a3a0437881b9d9dba5054b3d729f75735ff0464f64d12ce07bb87998f20cde165c434dbb1e858993512b9e4743c5497d08f5fff19b280ee97
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1126.0 (2025-07-09)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.1125.0 (2025-07-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1125.0
1
+ 1.1126.0
data/partitions.json CHANGED
@@ -1625,6 +1625,7 @@
1625
1625
  "endpoints" : {
1626
1626
  "af-south-1" : { },
1627
1627
  "ap-east-1" : { },
1628
+ "ap-east-2" : { },
1628
1629
  "ap-northeast-1" : { },
1629
1630
  "ap-northeast-2" : { },
1630
1631
  "ap-northeast-3" : { },
@@ -9338,6 +9339,7 @@
9338
9339
  "tags" : [ "dualstack" ]
9339
9340
  } ]
9340
9341
  },
9342
+ "me-central-1" : { },
9341
9343
  "me-south-1" : {
9342
9344
  "variants" : [ {
9343
9345
  "hostname" : "elasticbeanstalk.me-south-1.api.aws",
@@ -14251,6 +14253,7 @@
14251
14253
  "endpoints" : {
14252
14254
  "af-south-1" : { },
14253
14255
  "ap-east-1" : { },
14256
+ "ap-east-2" : { },
14254
14257
  "ap-northeast-1" : { },
14255
14258
  "ap-northeast-2" : { },
14256
14259
  "ap-northeast-3" : { },
@@ -22504,6 +22507,7 @@
22504
22507
  "endpoints" : {
22505
22508
  "af-south-1" : { },
22506
22509
  "ap-east-1" : { },
22510
+ "ap-east-2" : { },
22507
22511
  "ap-northeast-1" : { },
22508
22512
  "ap-northeast-2" : { },
22509
22513
  "ap-northeast-3" : { },
@@ -22513,6 +22517,8 @@
22513
22517
  "ap-southeast-2" : { },
22514
22518
  "ap-southeast-3" : { },
22515
22519
  "ap-southeast-4" : { },
22520
+ "ap-southeast-5" : { },
22521
+ "ap-southeast-7" : { },
22516
22522
  "ca-central-1" : { },
22517
22523
  "ca-west-1" : { },
22518
22524
  "eu-central-1" : { },
@@ -22526,6 +22532,7 @@
22526
22532
  "il-central-1" : { },
22527
22533
  "me-central-1" : { },
22528
22534
  "me-south-1" : { },
22535
+ "mx-central-1" : { },
22529
22536
  "sa-east-1" : { },
22530
22537
  "us-east-1" : { },
22531
22538
  "us-east-2" : { },
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.1125.0
4
+ version: 1.1126.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services