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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +1 -0
- data/partitions.json +11 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1d3f8a162320f3b688fcfe97054c76bfa45078d3e9de10f7249abd1778af1456
|
|
4
|
+
data.tar.gz: d6ca3ee24c2336aaa12ab7c3a9e4adbae2601ecd4ac1e74a462faca1a433e018
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
1
|
+
1.1191.0
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -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" : [ {
|