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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8b87f85c5eb348b19fd5d3a685d725b63db7439d0e439ed37d4f277c2e398b10
4
- data.tar.gz: 0a9a8830d0d1e784206377d4ca6cd23da619fa9eebf706017fc9fe1573836805
3
+ metadata.gz: 4cce2adfabf3267e06d75ce263de2f41d562cb9c727a37791468e81b6db736a3
4
+ data.tar.gz: 5fb2503a5397701e9bea0bed24ece4d9e64299726019159d49d9131d362e4051
5
5
  SHA512:
6
- metadata.gz: 557767e630fd3ace36a14b1125763dcef36022f8fc13fc195cb9b0bfc8ba395eeb4180516fc3ad856635ceefa5ecfb3b15fa20781a8724fa00583d4b958ebfcf
7
- data.tar.gz: 3e09e3c7acbca2fb552e3a083c313d56c2dc0edb109e627a32d9669b3a2e31b16f2a5e716cddf43b7dc1b678cb2db6395c1397105e9eb4ed4c6dfc39e54f8d85
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.1265.0
1
+ 1.1268.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
@@ -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" : {
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.1268.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services