aws-partitions 1.1286.0 → 1.1287.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 +11 -0
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4570d8ac963da1b4962d6edf01a04bce927e25dd65a66297bc06517e3108f624
4
- data.tar.gz: '09805ea1567a5cd078f2c8f5eb43c85b0b48e2d9ccbaa891cc58ee1cf89dbb56'
3
+ metadata.gz: 668eae8d6e2e3dcc79043ca7f61f6491b4583427e0281c3e2dd4f8bd4c7c166c
4
+ data.tar.gz: 1fd624567a50dbdee706b6bbb5607879901c532ea43f9a426a7b959eb35ae657
5
5
  SHA512:
6
- metadata.gz: 6006f6b36fc6fabc3c830e20d0e8b2682c0dbf73e05aab05ca3edbb085ac9d60451841000f53b9ab4510434ea25d1a2fcf8689c97106cc273b6d0c49c428a564
7
- data.tar.gz: cf1ceeae889734ed5b6bc94a9cedbbee1fb9606afb74493e13d8f164087a6581a30a57f78c60827a8b0e52a248265b69d8ce5b3c119268bf87f8e7af598abd79
6
+ metadata.gz: ad8570ea6940ca37b13f7b349e9189679de682da07a921269227dda3c61d7955ed0e441675d88366675faba3026205473a1d83e375ef99814cc9658192037df5
7
+ data.tar.gz: e831113f72de0bcd9d6e0157f47ec9407e0c2cbf51bba0e979876046d34db5f3f5f3d69b2d910594eb919ae7100c765e2f104f254d58086682498afee9760ddf
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1287.0 (2026-09-14)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data that determines the AWS service regions and endpoints.
8
+
4
9
  1.1286.0 (2026-09-11)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1286.0
1
+ 1.1287.0
data/partitions.json CHANGED
@@ -4148,17 +4148,26 @@
4148
4148
  "endpoints" : {
4149
4149
  "af-south-1" : { },
4150
4150
  "ap-east-1" : { },
4151
+ "ap-east-2" : { },
4151
4152
  "ap-northeast-1" : { },
4152
4153
  "ap-northeast-2" : { },
4154
+ "ap-northeast-3" : { },
4153
4155
  "ap-south-1" : { },
4156
+ "ap-south-2" : { },
4154
4157
  "ap-southeast-1" : { },
4155
4158
  "ap-southeast-2" : { },
4159
+ "ap-southeast-3" : { },
4160
+ "ap-southeast-4" : { },
4156
4161
  "ap-southeast-5" : { },
4162
+ "ap-southeast-6" : { },
4157
4163
  "ap-southeast-7" : { },
4158
4164
  "ca-central-1" : { },
4159
4165
  "ca-west-1" : { },
4160
4166
  "eu-central-1" : { },
4167
+ "eu-central-2" : { },
4161
4168
  "eu-north-1" : { },
4169
+ "eu-south-1" : { },
4170
+ "eu-south-2" : { },
4162
4171
  "eu-west-1" : { },
4163
4172
  "eu-west-2" : { },
4164
4173
  "eu-west-3" : { },
@@ -4176,8 +4185,10 @@
4176
4185
  "deprecated" : true,
4177
4186
  "hostname" : "cassandra-fips.us-west-2.amazonaws.com"
4178
4187
  },
4188
+ "il-central-1" : { },
4179
4189
  "me-central-1" : { },
4180
4190
  "me-south-1" : { },
4191
+ "mx-central-1" : { },
4181
4192
  "sa-east-1" : { },
4182
4193
  "us-east-1" : {
4183
4194
  "variants" : [ {
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.1286.0
4
+ version: 1.1287.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services