aws-partitions 1.1244.0 → 1.1246.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 +3 -0
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dc6950f9cecf7238597336215fc89911f2a8f4a746124dd6de2530a7ab63b5fd
4
- data.tar.gz: ce3fba6ed22ecb5cd57ace59dda45ee7a2089299115be1a7beb4aad8de81fc53
3
+ metadata.gz: dc46048edbea982eb4661b2f389dfc6e8e5951a893c3757d9c68e0d39f48d9c9
4
+ data.tar.gz: 8ac2b756fb6d71761bb6c46e50f7569a5b60ba499ba82e572f25c34611f596eb
5
5
  SHA512:
6
- metadata.gz: f52076a4780d294f8835b96958a096f4418a5963e1a56943995c1a80130d73b6d542cfc0c00b8194f09d7296f7d51199bbda8a31b30c12d4b17785ef448487e2
7
- data.tar.gz: f3aab1cd22454c25b548b0747ccde793759af63ed3b5a9eebdb824a8f3a0ad4024c235a8257c556d5e83b2cc13eea3cc412ea85812b4613bfec876d9f7862c13
6
+ metadata.gz: feda84dba4bbed762a1cc95cc8352610453c0d0fdaaf872541c328826332e015c1c7a5d6f7c0d1b1f41464a646b451f218837eecaeb255232bd3720a582b44db
7
+ data.tar.gz: e2207c371c67f40a439c25602f03d206e77b99d8a02d7a216a6f7676350869bc2b110e0e48b21022913437a1d0a70b416f1fc741a148f2e560df9f1bc95c44f9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1246.0 (2026-05-07)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data that determines the AWS service regions and endpoints.
8
+
9
+ 1.1245.0 (2026-05-05)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data that determines the AWS service regions and endpoints.
13
+
4
14
  1.1244.0 (2026-05-01)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1244.0
1
+ 1.1246.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" : [ {
@@ -23285,7 +23286,9 @@
23285
23286
  "ap-southeast-2" : { },
23286
23287
  "ap-southeast-3" : { },
23287
23288
  "ap-southeast-4" : { },
23289
+ "ap-southeast-6" : { },
23288
23290
  "ca-central-1" : { },
23291
+ "ca-west-1" : { },
23289
23292
  "eu-central-1" : { },
23290
23293
  "eu-central-2" : { },
23291
23294
  "eu-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.1244.0
4
+ version: 1.1246.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services