aws-partitions 1.1247.0 → 1.1249.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 +11 -0
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5ea90c5af816907faa27ebfb8482e71f2a4d316d810e28897857b8d32e6ee1cf
4
- data.tar.gz: 0c28ee9ee9524de57771b11ad6e8210b7efb99d6bd5533f3209fa66b2b62f7e2
3
+ metadata.gz: ba55851cdcb8583f922e92e3ebdf437bf47e38cf594659dfa4e0d3d1b38b141c
4
+ data.tar.gz: c2bb7d700498e1b63ec1a2ad989a48a61b7dbb1e0d07fb455ea488bba7361083
5
5
  SHA512:
6
- metadata.gz: 07d9d6ad457cf75eb42b6c16a10900c3579fe10136e571ea97630ddbeb0a081ad4898f309a9b634fa90b0eb7fe8fce119f359d34b301fafd7d1346055b4f524d
7
- data.tar.gz: 61fdf0e13f1724ecb498fd6536ebabcde6507f3d18d57a04ce6cb4e905f0563c4c26498a3790cb7735e28f02dee4414912de2946c1dd758319558b5887e1d9fa
6
+ metadata.gz: 11cc13a975cda2eb01f952781ac6b50f7e81de54f463833eef542c525caf2dd7c42db1cf952cc311fe54305a431144118769074f5e428eaaea773d5883547260
7
+ data.tar.gz: d699b62a899df26df4f535ef5d5c1a5fb5c8191c27affdb121b9b81316a1ca826427aa89e7c0df1136e5a0783b5e47c8d869fb24d18b14fe9d5973d27af0dc1f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1249.0 (2026-05-15)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data that determines the AWS service regions and endpoints.
8
+
9
+ 1.1248.0 (2026-05-14)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data that determines the AWS service regions and endpoints.
13
+
4
14
  1.1247.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1247.0
1
+ 1.1249.0
data/partitions.json CHANGED
@@ -10258,15 +10258,19 @@
10258
10258
  "endpoints" : {
10259
10259
  "af-south-1" : { },
10260
10260
  "ap-east-1" : { },
10261
+ "ap-east-2" : { },
10261
10262
  "ap-northeast-1" : { },
10262
10263
  "ap-northeast-2" : { },
10263
10264
  "ap-northeast-3" : { },
10264
10265
  "ap-south-1" : { },
10266
+ "ap-south-2" : { },
10265
10267
  "ap-southeast-1" : { },
10266
10268
  "ap-southeast-2" : { },
10267
10269
  "ap-southeast-3" : { },
10268
10270
  "ap-southeast-4" : { },
10269
10271
  "ap-southeast-5" : { },
10272
+ "ap-southeast-6" : { },
10273
+ "ap-southeast-7" : { },
10270
10274
  "ca-central-1" : {
10271
10275
  "variants" : [ {
10272
10276
  "hostname" : "emr-serverless-fips.ca-central-1.amazonaws.com",
@@ -10320,6 +10324,7 @@
10320
10324
  "il-central-1" : { },
10321
10325
  "me-central-1" : { },
10322
10326
  "me-south-1" : { },
10327
+ "mx-central-1" : { },
10323
10328
  "sa-east-1" : { },
10324
10329
  "us-east-1" : {
10325
10330
  "variants" : [ {
@@ -12898,6 +12903,7 @@
12898
12903
  "endpoints" : {
12899
12904
  "af-south-1" : { },
12900
12905
  "ap-east-1" : { },
12906
+ "ap-east-2" : { },
12901
12907
  "ap-northeast-1" : { },
12902
12908
  "ap-northeast-2" : { },
12903
12909
  "ap-northeast-3" : { },
@@ -40687,6 +40693,11 @@
40687
40693
  "eusc-de-east-1" : { }
40688
40694
  }
40689
40695
  },
40696
+ "polly" : {
40697
+ "endpoints" : {
40698
+ "eusc-de-east-1" : { }
40699
+ }
40700
+ },
40690
40701
  "portal.sso" : {
40691
40702
  "endpoints" : {
40692
40703
  "eusc-de-east-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.1247.0
4
+ version: 1.1249.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services