aws-partitions 1.1183.0 → 1.1184.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 +8 -0
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e5511ed50c9abb05f77f2fd0597e60ae8a3fa208e9d2a5f02cb7e3c75f4701ae
4
- data.tar.gz: da1494a063239389cce4a6b073c341d11b00c70153659cad3c9099243c947d73
3
+ metadata.gz: 7c28307165749cef843abf351e3e379ae12460590a63fc9b3c09083ce19443ed
4
+ data.tar.gz: 73ec8377d4d4c41c19551be89ed8b7031fe0e434c1adb38f30dac005f0623d69
5
5
  SHA512:
6
- metadata.gz: 3ac30cb65ab6d818f3521825388661f62188de2e087f66818df4c3f7dcb3682fdf55094c887142f4ce24e519ac3509e4df66a6239ba5db6fd0f8ff3c6fe33445
7
- data.tar.gz: db6e299b9747c7b8ff9da7149bb5a36bb543ad304bdc674d78e418761e68666e91fac6d307042fa00b3c9927b7c921f3acb916783d09e85ca96221c7d776f17b
6
+ metadata.gz: 62f8e56e59da0e0aff67502658b82aa2608e5620de8886be44de7c55342b44e28663c87401fb975973233ab6d0aa88a1cc29c7c7f6d531cc6285c89c1dd4d30b
7
+ data.tar.gz: 3e78c3eb668d39f936d16f84b42630b1f7117f9c5be4050bac65629a499cdd6e31f013fac6d942e2115cf258e5766ace9a9800d4f187a61ad88cd4267fa1a94a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1184.0 (2025-11-18)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.1183.0 (2025-11-17)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1183.0
1
+ 1.1184.0
data/partitions.json CHANGED
@@ -2720,8 +2720,11 @@
2720
2720
  "ap-south-1" : { },
2721
2721
  "ap-southeast-1" : { },
2722
2722
  "ap-southeast-2" : { },
2723
+ "ap-southeast-5" : { },
2723
2724
  "ca-central-1" : { },
2724
2725
  "eu-central-1" : { },
2726
+ "eu-south-1" : { },
2727
+ "eu-south-2" : { },
2725
2728
  "eu-west-1" : { },
2726
2729
  "eu-west-2" : { },
2727
2730
  "eu-west-3" : { },
@@ -2732,6 +2735,7 @@
2732
2735
  "deprecated" : true,
2733
2736
  "hostname" : "appstream2-fips.us-west-2.amazonaws.com"
2734
2737
  },
2738
+ "il-central-1" : { },
2735
2739
  "sa-east-1" : { },
2736
2740
  "us-east-1" : {
2737
2741
  "variants" : [ {
@@ -3720,6 +3724,7 @@
3720
3724
  },
3721
3725
  "bedrock" : {
3722
3726
  "endpoints" : {
3727
+ "af-south-1" : { },
3723
3728
  "ap-east-2" : { },
3724
3729
  "ap-northeast-1" : { },
3725
3730
  "ap-northeast-2" : { },
@@ -4021,6 +4026,7 @@
4021
4026
  "hostname" : "bedrock.us-west-2.amazonaws.com"
4022
4027
  },
4023
4028
  "ca-central-1" : { },
4029
+ "ca-west-1" : { },
4024
4030
  "eu-central-1" : { },
4025
4031
  "eu-central-2" : { },
4026
4032
  "eu-north-1" : { },
@@ -4031,6 +4037,8 @@
4031
4037
  "eu-west-3" : { },
4032
4038
  "il-central-1" : { },
4033
4039
  "me-central-1" : { },
4040
+ "me-south-1" : { },
4041
+ "mx-central-1" : { },
4034
4042
  "sa-east-1" : { },
4035
4043
  "us-east-1" : { },
4036
4044
  "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.1183.0
4
+ version: 1.1184.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services