aws-partitions 1.1265.0 → 1.1267.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: 8b87f85c5eb348b19fd5d3a685d725b63db7439d0e439ed37d4f277c2e398b10
4
- data.tar.gz: 0a9a8830d0d1e784206377d4ca6cd23da619fa9eebf706017fc9fe1573836805
3
+ metadata.gz: 9c3157653871b2934618f91a7ca903c3fe32b57e99f4437927386faa515e30aa
4
+ data.tar.gz: b9c2e6d673833cb4864711dac1b6e158a98eff1a3494c762becc8e45e63206c8
5
5
  SHA512:
6
- metadata.gz: 557767e630fd3ace36a14b1125763dcef36022f8fc13fc195cb9b0bfc8ba395eeb4180516fc3ad856635ceefa5ecfb3b15fa20781a8724fa00583d4b958ebfcf
7
- data.tar.gz: 3e09e3c7acbca2fb552e3a083c313d56c2dc0edb109e627a32d9669b3a2e31b16f2a5e716cddf43b7dc1b678cb2db6395c1397105e9eb4ed4c6dfc39e54f8d85
6
+ metadata.gz: 33848b773f45109e48904cf65e58c867b82e911723117a18af90e133338aeced03b4e12d5768b32bd2d64161e8d624165b1ca7ea6b89f66b1b2067648fa4704e
7
+ data.tar.gz: 81cc2efc4e5aba4c4bac6bcaf18448516877c53f33a4c52384e42f0e9fb485fc157783cbea4b2663012139a1e09ba7eb71a7a13132e05ea16ad347dd993ec95a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1267.0 (2026-07-07)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::PartnerCentralRevenueMeasurement`.
8
+
9
+ 1.1266.0 (2026-07-06)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data that determines the AWS service regions and endpoints.
13
+
4
14
  1.1265.0 (2026-07-02)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1265.0
1
+ 1.1267.0
@@ -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
@@ -38911,6 +38911,13 @@
38911
38911
  "eu-isoe-west-1" : { }
38912
38912
  }
38913
38913
  },
38914
+ "health" : {
38915
+ "endpoints" : {
38916
+ "eu-isoe-west-1" : {
38917
+ "deprecated" : true
38918
+ }
38919
+ }
38920
+ },
38914
38921
  "kinesis" : {
38915
38922
  "endpoints" : {
38916
38923
  "eu-isoe-west-1" : { }
@@ -39639,6 +39646,13 @@
39639
39646
  },
39640
39647
  "isRegionalized" : true
39641
39648
  },
39649
+ "health" : {
39650
+ "endpoints" : {
39651
+ "us-isof-south-1" : {
39652
+ "deprecated" : true
39653
+ }
39654
+ }
39655
+ },
39642
39656
  "iam" : {
39643
39657
  "endpoints" : {
39644
39658
  "aws-iso-f-global" : {
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.1265.0
4
+ version: 1.1267.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services