aws-partitions 1.1246.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 +10 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +15 -0
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dc46048edbea982eb4661b2f389dfc6e8e5951a893c3757d9c68e0d39f48d9c9
4
- data.tar.gz: 8ac2b756fb6d71761bb6c46e50f7569a5b60ba499ba82e572f25c34611f596eb
3
+ metadata.gz: fddbd975423750d3880b238e9d1f8ad62c2d7781ddd6b374012e277d71b5f48e
4
+ data.tar.gz: 202dabf05800326feaf99835995315560ba184e87b6e4ce9ecb8d52fbac0f146
5
5
  SHA512:
6
- metadata.gz: feda84dba4bbed762a1cc95cc8352610453c0d0fdaaf872541c328826332e015c1c7a5d6f7c0d1b1f41464a646b451f218837eecaeb255232bd3720a582b44db
7
- data.tar.gz: e2207c371c67f40a439c25602f03d206e77b99d8a02d7a216a6f7676350869bc2b110e0e48b21022913437a1d0a70b416f1fc741a148f2e560df9f1bc95c44f9
6
+ metadata.gz: cfe44c662f9cef4f5253fd6f3cf900150c5b95f98232fff21a003251a04527a21580ecad7a3f3131326b17b2261ee254b06fc40f2024625623f132fe0787b687
7
+ data.tar.gz: 2d42ec33b8801161a119edd96e86f4986f8ad4e964ff524f202747af08a41cc6d7477e11c410b0caf580fa794b55c2ac5bc672c1fdb8236b936f49a1fcad21ef
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.1247.0 (2026-05-13)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data that determines the AWS service regions and endpoints.
13
+
4
14
  1.1246.0 (2026-05-07)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1246.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" : [ {
@@ -39274,6 +39279,11 @@
39274
39279
  "eu-isoe-west-1" : { }
39275
39280
  }
39276
39281
  },
39282
+ "rekognition" : {
39283
+ "endpoints" : {
39284
+ "eu-isoe-west-1" : { }
39285
+ }
39286
+ },
39277
39287
  "resource-groups" : {
39278
39288
  "endpoints" : {
39279
39289
  "eu-isoe-west-1" : { }
@@ -40682,6 +40692,11 @@
40682
40692
  "eusc-de-east-1" : { }
40683
40693
  }
40684
40694
  },
40695
+ "polly" : {
40696
+ "endpoints" : {
40697
+ "eusc-de-east-1" : { }
40698
+ }
40699
+ },
40685
40700
  "portal.sso" : {
40686
40701
  "endpoints" : {
40687
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.1246.0
4
+ version: 1.1248.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services