aws-partitions 1.1282.0 → 1.1283.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 +3 -0
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: effa7d08658f66fe9323aead0da142aeb30cbbcf54c8f524d78585803e5f3f23
4
- data.tar.gz: 45caf337f786290e3cb85987194ccf2732ae1d120d3040135b498ac32bcd30ad
3
+ metadata.gz: 961ae196cc2787cbe07544360faefaa828467efa70ab913ea7f33905409c8882
4
+ data.tar.gz: 55ecd033ac394d2bf9e5c0a04ca8c41266df0cd2128219c0aae2e6610aac8966
5
5
  SHA512:
6
- metadata.gz: 5fd863ee6f3a5dc5cc7e7cb02168b985385a5148100f39d0f4e61c8764410099ca9cb59996c9fc97824e65cf757a07f4945a6fb5174c0cb7e03045f7ac7974ef
7
- data.tar.gz: 11cc17efd35000146682c44d209a58a03d5cbba7974e6031ca49c0b99db064034bb838f6ef575e05620deb6a87fe48ec7871e5075919ffa82e1f5a41a104ea07
6
+ metadata.gz: 8682bcff3ba2e96bf63d31094761bc988d3538c4b527251dcc0c239af6fe6673742e62cb74dbb116131849f46c1aefa94e27f35343374089c185ac92032abdc8
7
+ data.tar.gz: 9d3ca444ae559979efb4b0b1708467fef9d328770ba34778bfefc8f4b1601dd51ad93b899e80e1c729dae55b51be352648f0b7c09f5df34d756a677717cba749
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1283.0 (2026-09-01)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data that determines the AWS service regions and endpoints.
8
+
4
9
  1.1282.0 (2026-08-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1282.0
1
+ 1.1283.0
data/partitions.json CHANGED
@@ -2723,12 +2723,15 @@
2723
2723
  "endpoints" : {
2724
2724
  "ap-northeast-1" : { },
2725
2725
  "ap-northeast-2" : { },
2726
+ "ap-northeast-3" : { },
2726
2727
  "ap-south-1" : { },
2727
2728
  "ap-southeast-1" : { },
2728
2729
  "ap-southeast-2" : { },
2729
2730
  "ap-southeast-5" : { },
2730
2731
  "ca-central-1" : { },
2732
+ "ca-west-1" : { },
2731
2733
  "eu-central-1" : { },
2734
+ "eu-central-2" : { },
2732
2735
  "eu-south-1" : { },
2733
2736
  "eu-south-2" : { },
2734
2737
  "eu-west-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.1282.0
4
+ version: 1.1283.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services