aws-partitions 1.1115.0 → 1.1117.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 80740862c07265b62cc53ff097dededdb100bac47738ebacf5de706ad91df44f
4
- data.tar.gz: dcd39ac848a52cf5a8a11fb2fdaa0db02d4eafb5004ef41f23458c19aa5467ef
3
+ metadata.gz: 0a11da5666e93a4c215eb52ac8fa482a7d85d0f760da5c018114cbdba52dad85
4
+ data.tar.gz: edd8b99aab65f67e88024b61db01ad7e90426341fca6646c2507a075bd925a1e
5
5
  SHA512:
6
- metadata.gz: d9401e51a14418d11c9f27c8eb39c44ce7a53d98d5d37b83634a7ce2b497721864455b28c6cf2d478aa250f3aa170ab95b861469762407318cf5b280a0b8d7c1
7
- data.tar.gz: b88e37c6cd19736a838f7b65ef3b079b1f5c32a5f78306f88277265c60a7d463a75439b8fa3f4e6eab7ab8b00d5a476423045d15381aab31fa631b8f8357f3a7
6
+ metadata.gz: 667e73e540e35f2af66767181bb282304939b2a780f57f4dbfa28ce1d3e0a74c2b68b8df77f232493bc979eaddd5ad488f972a635b920007e9d86ca9a2b61e3c
7
+ data.tar.gz: 0505e76dc2952735562442ae0d8e6fef7b30f7472f6b6c36cbf74d2ad2e2a54155eb539084c9115a3073eb4b652a40e1dfc9f76f287905ca4aed8de4928bbe19
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1117.0 (2025-06-17)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::MPA`.
8
+
9
+ 1.1116.0 (2025-06-11)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.1115.0 (2025-06-10)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1115.0
1
+ 1.1117.0
@@ -473,6 +473,7 @@ module Aws
473
473
  'LookoutEquipment' => 'lookoutequipment',
474
474
  'LookoutMetrics' => 'lookoutmetrics',
475
475
  'LookoutforVision' => 'lookoutvision',
476
+ 'MPA' => 'mpa',
476
477
  'MQ' => 'mq',
477
478
  'MTurk' => 'mturk-requester',
478
479
  'MWAA' => 'airflow',
@@ -17,6 +17,9 @@
17
17
  "ap-east-1" : {
18
18
  "description" : "Asia Pacific (Hong Kong)"
19
19
  },
20
+ "ap-east-2" : {
21
+ "description" : "Asia Pacific (Taipei)"
22
+ },
20
23
  "ap-northeast-1" : {
21
24
  "description" : "Asia Pacific (Tokyo)"
22
25
  },
data/partitions.json CHANGED
@@ -11969,6 +11969,7 @@
11969
11969
  "tags" : [ "dualstack" ]
11970
11970
  } ]
11971
11971
  },
11972
+ "ap-east-2" : { },
11972
11973
  "ap-northeast-1" : {
11973
11974
  "variants" : [ {
11974
11975
  "hostname" : "glue.ap-northeast-1.api.aws",
@@ -12674,6 +12675,7 @@
12674
12675
  "il-central-1" : { },
12675
12676
  "me-central-1" : { },
12676
12677
  "me-south-1" : { },
12678
+ "mx-central-1" : { },
12677
12679
  "sa-east-1" : { },
12678
12680
  "us-east-1" : { },
12679
12681
  "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.1115.0
4
+ version: 1.1117.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services