aws-partitions 1.1243.0 → 1.1245.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 +10 -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: 04167fe41602734b2b6bcaf5d07eeba449d5909eca75cc43e3d65094a1a10783
4
- data.tar.gz: 5beb71048bcb287b4f176a0a4bf51c13102f5c4b411820464cc57706e14083cb
3
+ metadata.gz: 15a681cf0545b984c81dfbd50ca1f7fffbe860c93450429509b9f449a636aa57
4
+ data.tar.gz: db043ff9e0fe5cae5b2b6808fc1c95f2b49859150bcce3ef7f7d24ffd8440df3
5
5
  SHA512:
6
- metadata.gz: 2ba24c4ec6b4ec659f04ddaa91ffe35f933774c83a68e2d50200e29c551564e42798b2a1424c39e4f26eb4a87441da22786604fc3032e00865f6738fbf64c75e
7
- data.tar.gz: e5a89a1607f86cc92d202ebebe7f8aef6756f7f5a6acb7b7d352c6663a66706a4d272d2a795dffe08fc7117dd0eb6722a34a50d029ec9adc0181da0552095a23
6
+ metadata.gz: 8374860df891a3c417ab244a3077f98ba4257333ca63242d26e249a41ca3fc650d299075fb8507e4b6669c9ddb4000bb62c2964fd5d8d02f294b7ef5e063665f
7
+ data.tar.gz: a3e31d5a99da8eb3ce3415633c1e29e6b2d3ac7859cbfc7021f5967954792ab39324a452901988260eb597c4c6f3a6065dbf71c59b83c7f6705c5b2128d57b5b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1245.0 (2026-05-05)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data that determines the AWS service regions and endpoints.
8
+
9
+ 1.1244.0 (2026-05-01)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data that determines the AWS service regions and endpoints.
13
+
4
14
  1.1243.0 (2026-04-30)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1243.0
1
+ 1.1245.0
data/partitions.json CHANGED
@@ -11531,6 +11531,7 @@
11531
11531
  "ap-southeast-3" : { },
11532
11532
  "ap-southeast-4" : { },
11533
11533
  "ap-southeast-5" : { },
11534
+ "ap-southeast-6" : { },
11534
11535
  "ap-southeast-7" : { },
11535
11536
  "ca-central-1" : {
11536
11537
  "variants" : [ {
@@ -27780,6 +27781,7 @@
27780
27781
  "eu-west-3" : { },
27781
27782
  "me-central-1" : { },
27782
27783
  "me-south-1" : { },
27784
+ "mx-central-1" : { },
27783
27785
  "sa-east-1" : { },
27784
27786
  "us-east-1" : { },
27785
27787
  "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.1243.0
4
+ version: 1.1245.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services