aws-partitions 1.1275.0 → 1.1277.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: 0e426ddb6e518a193f347b59dbbe88391d9002a1fb1ccb19a9105e6f67646d10
4
+ data.tar.gz: 1ccc070a9cf7f51d8ddefe53e1ccfa21823debc6655c1663c1981dc1ece44e31
5
5
  SHA512:
6
- metadata.gz: f8a5b4eef0cc0352accf40807ba0791edad62aae66f787e051bad04a9afdf7b3d1f15a149fd29de20f06f106d6da44578b3cdf8821a752c9123af572bdbd2528
7
- data.tar.gz: 60fc86e66fca0e9c896c58369b0571d5b07d0b26fcc904046d4e9ce26a50546d758b7a22c341d9099e3f63fc4790b8ee97c865f19a36b7f5d5ef8ad99cf18261
6
+ metadata.gz: 11f8fc49151f6e711cd582d9d70cc080c38083fead65d505ee6bad3640b4c258814c20bd94c791ad05b3abad795774dc4554bc792aeed60293378590acde1dbd
7
+ data.tar.gz: 90b035044b40cbc0cf908d42844ec8e52564dba930966ab59c358e71f75c6720fb2ef07ace94de6b3a54008ddcb2d09720ae93e9f4e6174db3ebdf1c3f588b8c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1277.0 (2026-07-31)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data that determines the AWS service regions and endpoints.
8
+
9
+ 1.1276.0 (2026-07-30)
10
+ ------------------
11
+
12
+ * Feature - Added support for enumerating regions for `Aws::PricingPlanManager`.
13
+
4
14
  1.1275.0 (2026-07-29)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1275.0
1
+ 1.1277.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',
data/partitions.json CHANGED
@@ -27603,6 +27603,7 @@
27603
27603
  "ap-southeast-2" : { },
27604
27604
  "ap-southeast-3" : { },
27605
27605
  "ap-southeast-4" : { },
27606
+ "ap-southeast-5" : { },
27606
27607
  "ca-central-1" : { },
27607
27608
  "ca-west-1" : { },
27608
27609
  "eu-central-1" : { },
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.1277.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services