aws-partitions 1.1265.0 → 1.1268.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 +15 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +1 -0
- data/partitions.json +15 -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: 4cce2adfabf3267e06d75ce263de2f41d562cb9c727a37791468e81b6db736a3
|
|
4
|
+
data.tar.gz: 5fb2503a5397701e9bea0bed24ece4d9e64299726019159d49d9131d362e4051
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f4252cf8438e51f4fa10dc92ed8bd09ec98b62ea593dea70e2c4e851c73607c00231c34eda2453da2a11aad1407fd74616887246981a315f5ce4c68d48e702e4
|
|
7
|
+
data.tar.gz: c8ef563179cc8743d40264e2529a6d87ad50951f1c1d3d64c5bb1375390818add49a142acbba0e29062c1975394ff94f64762c2201f77aa0eb4a1a4eacaa8006
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.1268.0 (2026-07-10)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data that determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.1267.0 (2026-07-07)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Added support for enumerating regions for `Aws::PartnerCentralRevenueMeasurement`.
|
|
13
|
+
|
|
14
|
+
1.1266.0 (2026-07-06)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Updated the partitions source data that determines the AWS service regions and endpoints.
|
|
18
|
+
|
|
4
19
|
1.1265.0 (2026-07-02)
|
|
5
20
|
------------------
|
|
6
21
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.1268.0
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -539,6 +539,7 @@ module Aws
|
|
|
539
539
|
'PartnerCentralAccount' => 'partnercentral-account',
|
|
540
540
|
'PartnerCentralBenefits' => 'partnercentral-benefits',
|
|
541
541
|
'PartnerCentralChannel' => 'partnercentral-channel',
|
|
542
|
+
'PartnerCentralRevenueMeasurement' => 'partnercentral-prm',
|
|
542
543
|
'PartnerCentralSelling' => 'partnercentral-selling',
|
|
543
544
|
'PaymentCryptography' => 'controlplane.payment-cryptography',
|
|
544
545
|
'PaymentCryptographyData' => 'dataplane.payment-cryptography',
|
data/partitions.json
CHANGED
|
@@ -2985,6 +2985,7 @@
|
|
|
2985
2985
|
"ap-southeast-3" : { },
|
|
2986
2986
|
"ap-southeast-4" : { },
|
|
2987
2987
|
"ap-southeast-5" : { },
|
|
2988
|
+
"ap-southeast-6" : { },
|
|
2988
2989
|
"ap-southeast-7" : { },
|
|
2989
2990
|
"ca-central-1" : { },
|
|
2990
2991
|
"ca-west-1" : { },
|
|
@@ -38911,6 +38912,13 @@
|
|
|
38911
38912
|
"eu-isoe-west-1" : { }
|
|
38912
38913
|
}
|
|
38913
38914
|
},
|
|
38915
|
+
"health" : {
|
|
38916
|
+
"endpoints" : {
|
|
38917
|
+
"eu-isoe-west-1" : {
|
|
38918
|
+
"deprecated" : true
|
|
38919
|
+
}
|
|
38920
|
+
}
|
|
38921
|
+
},
|
|
38914
38922
|
"kinesis" : {
|
|
38915
38923
|
"endpoints" : {
|
|
38916
38924
|
"eu-isoe-west-1" : { }
|
|
@@ -39639,6 +39647,13 @@
|
|
|
39639
39647
|
},
|
|
39640
39648
|
"isRegionalized" : true
|
|
39641
39649
|
},
|
|
39650
|
+
"health" : {
|
|
39651
|
+
"endpoints" : {
|
|
39652
|
+
"us-isof-south-1" : {
|
|
39653
|
+
"deprecated" : true
|
|
39654
|
+
}
|
|
39655
|
+
}
|
|
39656
|
+
},
|
|
39642
39657
|
"iam" : {
|
|
39643
39658
|
"endpoints" : {
|
|
39644
39659
|
"aws-iso-f-global" : {
|