aws-partitions 1.1275.0 → 1.1276.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: e7f42cc616933242f0a24b5f5ec2eeefac7b6101300214b250e9336815bce6f9
4
- data.tar.gz: 0a4d402adeeb5de9fbbd5bf1b00fb6545659f609cb146613841260648d87dce3
3
+ metadata.gz: 2dddd952462a7a68a090f4e83060c709d56e9c8c712730ae660f9cb4ca93126c
4
+ data.tar.gz: 7737833acad80741d43c03e581f19aa3bfbc4e462fa4cc4bffda703deecbdeea
5
5
  SHA512:
6
- metadata.gz: f8a5b4eef0cc0352accf40807ba0791edad62aae66f787e051bad04a9afdf7b3d1f15a149fd29de20f06f106d6da44578b3cdf8821a752c9123af572bdbd2528
7
- data.tar.gz: 60fc86e66fca0e9c896c58369b0571d5b07d0b26fcc904046d4e9ce26a50546d758b7a22c341d9099e3f63fc4790b8ee97c865f19a36b7f5d5ef8ad99cf18261
6
+ metadata.gz: 991f9afaa6ddece4adbcd2665542badef0907a7844557c2f58cfee5d0aa1e1512895603a055255064408ac3b47930707a0458a80818918d6639430108623c19e
7
+ data.tar.gz: ca0ab279536e83cc71d86e7df0bf5a5356f75aaf7181508ebacc9bcbd6d378049a734ea387606d82dcb9b8ba295b4c1e9f89c801c0c81bb95ebd6ca098b94291
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1276.0 (2026-07-30)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::PricingPlanManager`.
8
+
4
9
  1.1275.0 (2026-07-29)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1275.0
1
+ 1.1276.0
@@ -555,6 +555,7 @@ module Aws
555
555
  'Pipes' => 'pipes',
556
556
  'Polly' => 'polly',
557
557
  'Pricing' => 'api.pricing',
558
+ 'PricingPlanManager' => 'pricingplanmanager',
558
559
  'PrometheusService' => 'aps',
559
560
  'Proton' => 'proton',
560
561
  'QApps' => 'data.qapps',
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.1275.0
4
+ version: 1.1276.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services