aws-partitions 1.1223.0 → 1.1224.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: 7f47b7d55a4d4dbab742101b31cf437635635edf3ad07032c8d0d76d6ddd5cd4
4
- data.tar.gz: d9b5c86d6adbda9ca38eb6591cb5af103b00bba6bbe6c44bc3c99ebb198d4f53
3
+ metadata.gz: 71988d89f23ebe824b5407e2001b805d0c9a4b15bfc0ab0515e26e3610abd6ab
4
+ data.tar.gz: 3848d1e4f800f85f6e642afc7b2ab6d7a400812537a73c2aec675e94e06430f2
5
5
  SHA512:
6
- metadata.gz: 70745003acda9a4d4ef91f24e65a9579d95bdd6862073731887fdbda648593d9cc3e207a4ca1d938728365409f81c2e5f3da678e29294ef4de14350d8b9fef47
7
- data.tar.gz: 02ad3d5f4b007ce4962015ec549e8abbedc5b0645b0ab9c5c73bf7596d6d5fd04555af45fedf3a4c56ef963d6616f48d68fe7ba148b881a6893df6b5abbd03a0
6
+ metadata.gz: b5f0615352a30915b402cbc25bd6409e8d16f9aa02e3c151d9d61ad4e79d067659d0f580ae536376ddae419fc9d43d2c243bc4f4d23f2fdc4827dbf1bf71a756
7
+ data.tar.gz: 726c40bb7dd3b6e0e034ea55d48213f88df86cadd4a481347f8c3130e9adbc2bce97132eb01f289cd9f255e6e1a4b642d12546f5083e84a56366328472176bf7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1224.0 (2026-03-11)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::SimpleDBv2`.
8
+
4
9
  1.1223.0 (2026-03-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1223.0
1
+ 1.1224.0
@@ -624,6 +624,7 @@ module Aws
624
624
  'Signin' => 'signin',
625
625
  'SimSpaceWeaver' => 'simspaceweaver',
626
626
  'SimpleDB' => 'sdb',
627
+ 'SimpleDBv2' => 'sdb',
627
628
  'SnowDeviceManagement' => 'snow-device-management',
628
629
  'Snowball' => 'snowball',
629
630
  'SocialMessaging' => 'social-messaging',
data/partitions.json CHANGED
@@ -19227,6 +19227,7 @@
19227
19227
  "ap-southeast-1" : { },
19228
19228
  "ap-southeast-2" : { },
19229
19229
  "ap-southeast-3" : { },
19230
+ "ap-southeast-5" : { },
19230
19231
  "ca-central-1" : { },
19231
19232
  "eu-central-1" : { },
19232
19233
  "eu-central-2" : { },
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.1223.0
4
+ version: 1.1224.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services