aws-partitions 1.1189.0 → 1.1191.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: 523e1fc214df4dec1051f24ea69c50f916251c5333b94adc772f2aa6c4e7ac02
4
- data.tar.gz: 23f0a6c65862b3e0da0c2f556b5ca43cec84ac6044431834513b38b078784ee3
3
+ metadata.gz: 1d3f8a162320f3b688fcfe97054c76bfa45078d3e9de10f7249abd1778af1456
4
+ data.tar.gz: d6ca3ee24c2336aaa12ab7c3a9e4adbae2601ecd4ac1e74a462faca1a433e018
5
5
  SHA512:
6
- metadata.gz: 3b8ec89313eaf55fe132b30401d62f845ffc56f846e03121d46b9c7294a523bfa7239f73e7902135a4e24366d507069ba025c818cd8a8578f43eaf6cdb7385eb
7
- data.tar.gz: ff67009ed910336fc9564123f244244f51f2350118dd60752a51d16425ecabfdaa69cc9459e87c560b06b6b0eae233ee829c3351904ec422e5ed26fa8e5220a2
6
+ metadata.gz: dc1ff9f173089b23bd90827bfb95d80c4c2591911a5ed0b13b3938f8da7fab63be71b6f96ba3b11c6fc832255ffc95e726bdbd10249f8d05393c7d90a7f83e3a
7
+ data.tar.gz: 8a27cc4a37aff598b8059b3945e99eef916f338d8ab47e66415cad658571cf5e19b4c4fdbd86bb2f7b7407b93ed835231f13df14a5483c33fbf4f024eac7ee6c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1191.0 (2025-12-08)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.1190.0 (2025-12-02)
10
+ ------------------
11
+
12
+ * Feature - Added support for enumerating regions for `Aws::NovaAct`.
13
+
4
14
  1.1189.0 (2025-12-01)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1189.0
1
+ 1.1191.0
@@ -522,6 +522,7 @@ module Aws
522
522
  'NetworkMonitor' => 'networkmonitor',
523
523
  'Notifications' => 'notifications',
524
524
  'NotificationsContacts' => 'notifications-contacts',
525
+ 'NovaAct' => 'nova-act',
525
526
  'OAM' => 'oam',
526
527
  'OSIS' => 'osis',
527
528
  'ObservabilityAdmin' => 'observabilityadmin',
data/partitions.json CHANGED
@@ -17716,6 +17716,11 @@
17716
17716
  "isRegionalized" : false,
17717
17717
  "partitionEndpoint" : "aws-global"
17718
17718
  },
17719
+ "nova-act" : {
17720
+ "endpoints" : {
17721
+ "us-east-1" : { }
17722
+ }
17723
+ },
17719
17724
  "oam" : {
17720
17725
  "endpoints" : {
17721
17726
  "af-south-1" : { },
@@ -18181,6 +18186,11 @@
18181
18186
  }
18182
18187
  }
18183
18188
  },
18189
+ "partnercentral-channel" : {
18190
+ "endpoints" : {
18191
+ "us-east-1" : { }
18192
+ }
18193
+ },
18184
18194
  "personalize" : {
18185
18195
  "endpoints" : {
18186
18196
  "ap-northeast-1" : { },
@@ -20596,6 +20606,7 @@
20596
20606
  "ap-southeast-3" : { },
20597
20607
  "ap-southeast-4" : { },
20598
20608
  "ap-southeast-5" : { },
20609
+ "ap-southeast-6" : { },
20599
20610
  "ap-southeast-7" : { },
20600
20611
  "ca-central-1" : {
20601
20612
  "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.1189.0
4
+ version: 1.1191.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services