aws-partitions 1.1189.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +1 -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
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',
|
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" : [ {
|