aws-partitions 1.1247.0 → 1.1248.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 +10 -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: fddbd975423750d3880b238e9d1f8ad62c2d7781ddd6b374012e277d71b5f48e
4
+ data.tar.gz: 202dabf05800326feaf99835995315560ba184e87b6e4ce9ecb8d52fbac0f146
5
5
  SHA512:
6
- metadata.gz: 07d9d6ad457cf75eb42b6c16a10900c3579fe10136e571ea97630ddbeb0a081ad4898f309a9b634fa90b0eb7fe8fce119f359d34b301fafd7d1346055b4f524d
7
- data.tar.gz: 61fdf0e13f1724ecb498fd6536ebabcde6507f3d18d57a04ce6cb4e905f0563c4c26498a3790cb7735e28f02dee4414912de2946c1dd758319558b5887e1d9fa
6
+ metadata.gz: cfe44c662f9cef4f5253fd6f3cf900150c5b95f98232fff21a003251a04527a21580ecad7a3f3131326b17b2261ee254b06fc40f2024625623f132fe0787b687
7
+ data.tar.gz: 2d42ec33b8801161a119edd96e86f4986f8ad4e964ff524f202747af08a41cc6d7477e11c410b0caf580fa794b55c2ac5bc672c1fdb8236b936f49a1fcad21ef
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1248.0 (2026-05-14)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data that determines the AWS service regions and endpoints.
8
+
4
9
  1.1247.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1247.0
1
+ 1.1248.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" : [ {
@@ -40687,6 +40692,11 @@
40687
40692
  "eusc-de-east-1" : { }
40688
40693
  }
40689
40694
  },
40695
+ "polly" : {
40696
+ "endpoints" : {
40697
+ "eusc-de-east-1" : { }
40698
+ }
40699
+ },
40690
40700
  "portal.sso" : {
40691
40701
  "endpoints" : {
40692
40702
  "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.1248.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services