aws-partitions 1.1188.0 → 1.1190.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 +14 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +4 -0
- data/partitions.json +6 -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: 2defb0a858ede978e021d538ea5cf47462c43c40060f7f502eef76d79c8d0fa1
|
|
4
|
+
data.tar.gz: 2436331943a7206502f8c519b8a340d21ffa87318fbaf430f4849c1a5c67dded
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ad6469d6e43a4128c33da4a3a3a043f4363f3c20c7ad03305f5cad7eb8fcbc260982bff229d4e59aa2e73dffd706614d01233d7c24472c1c8a38c97e85038e03
|
|
7
|
+
data.tar.gz: 458604f003ad18414bdeb5ddd01f2863d375902282d2ae74a927525e87117a5847251d989d65558cdf81c9111700180fa829b2498e32755cd438fefeb05ec27f
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,20 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.1190.0 (2025-12-02)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Added support for enumerating regions for `Aws::NovaAct`.
|
|
8
|
+
|
|
9
|
+
1.1189.0 (2025-12-01)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Added support for enumerating regions for `Aws::Route53GlobalResolver`.
|
|
13
|
+
|
|
14
|
+
* Feature - Added support for enumerating regions for `Aws::PartnerCentralBenefits`.
|
|
15
|
+
|
|
16
|
+
* Feature - Added support for enumerating regions for `Aws::PartnerCentralAccount`.
|
|
17
|
+
|
|
4
18
|
1.1188.0 (2025-11-25)
|
|
5
19
|
------------------
|
|
6
20
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.1190.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',
|
|
@@ -534,6 +535,8 @@ module Aws
|
|
|
534
535
|
'PCS' => 'pcs',
|
|
535
536
|
'PI' => 'pi',
|
|
536
537
|
'Panorama' => 'panorama',
|
|
538
|
+
'PartnerCentralAccount' => 'partnercentral-account',
|
|
539
|
+
'PartnerCentralBenefits' => 'partnercentral-benefits',
|
|
537
540
|
'PartnerCentralChannel' => 'partnercentral-channel',
|
|
538
541
|
'PartnerCentralSelling' => 'partnercentral-selling',
|
|
539
542
|
'PaymentCryptography' => 'controlplane.payment-cryptography',
|
|
@@ -573,6 +576,7 @@ module Aws
|
|
|
573
576
|
'RolesAnywhere' => 'rolesanywhere',
|
|
574
577
|
'Route53' => 'route53',
|
|
575
578
|
'Route53Domains' => 'route53domains',
|
|
579
|
+
'Route53GlobalResolver' => 'route53globalresolver',
|
|
576
580
|
'Route53Profiles' => 'route53profiles',
|
|
577
581
|
'Route53RecoveryCluster' => 'route53-recovery-cluster',
|
|
578
582
|
'Route53RecoveryControlConfig' => 'route53-recovery-control-config',
|
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" : { },
|
|
@@ -20596,6 +20601,7 @@
|
|
|
20596
20601
|
"ap-southeast-3" : { },
|
|
20597
20602
|
"ap-southeast-4" : { },
|
|
20598
20603
|
"ap-southeast-5" : { },
|
|
20604
|
+
"ap-southeast-6" : { },
|
|
20599
20605
|
"ap-southeast-7" : { },
|
|
20600
20606
|
"ca-central-1" : {
|
|
20601
20607
|
"variants" : [ {
|