aws-partitions 1.1123.0 → 1.1124.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: ccdfbffe6020507ec38bfb1bc6d7e3036fce3f1555aae3611fd37f0235c6e70a
4
- data.tar.gz: 8d28ae2b5acc6162567cd1bcf576a984759a615c9d43461f8f78239bcc9fb71e
3
+ metadata.gz: f9c8e6d2ee55f670a54445f3518644f871a8aae4a9ca19bca638608d0eb6626b
4
+ data.tar.gz: f29ecd36af959d86f1e7dd14c6a90ab640d20c91953a7cf211ba17c8aeed04d1
5
5
  SHA512:
6
- metadata.gz: 3efd38acac70f60070dcb3af8cefd82de35036dc527e23400b4012af0fbeb48dc96878264a5fe9ed49276620ccf162692494fd752bae279600b08b8e36ea3350
7
- data.tar.gz: c903f2de39ff87dd22db39df4d4d7d0abdec22893589a5168b241ba60f22827de822d8f831178cdcc38a1fdde47c79bc2b1fef1c17dcbf0247d741899294ce83
6
+ metadata.gz: 835e4907f2299a927c39c011190f24494c42dabf00a11efa73fe892704ee21f96d1d5018c622f0635b31b0831a2a1f9d8bbc0d1cf1a6f27dd6d6802e04527228
7
+ data.tar.gz: 675ec3aef4f136e5966ea2e0d3ef3aa74778a1ca12219e25768bd54a76483152de25afe178711a37d5f5b810832f78f9f5eda6202b0e021c79e83fa1e15e94c7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1124.0 (2025-07-01)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::Odb`.
8
+
4
9
  1.1123.0 (2025-06-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1123.0
1
+ 1.1124.0
@@ -522,6 +522,7 @@ module Aws
522
522
  'OAM' => 'oam',
523
523
  'OSIS' => 'osis',
524
524
  'ObservabilityAdmin' => 'observabilityadmin',
525
+ 'Odb' => 'odb',
525
526
  'Omics' => 'omics',
526
527
  'OpenSearchServerless' => 'aoss',
527
528
  'OpenSearchService' => 'es',
data/partitions.json CHANGED
@@ -5022,6 +5022,7 @@
5022
5022
  "tags" : [ "dualstack" ]
5023
5023
  } ]
5024
5024
  },
5025
+ "eu-south-2" : { },
5025
5026
  "eu-west-1" : {
5026
5027
  "variants" : [ {
5027
5028
  "hostname" : "cloudhsmv2.eu-west-1.api.aws",
@@ -12844,14 +12845,20 @@
12844
12845
  "ap-northeast-2" : { },
12845
12846
  "ap-northeast-3" : { },
12846
12847
  "ap-south-1" : { },
12848
+ "ap-south-2" : { },
12847
12849
  "ap-southeast-1" : { },
12848
12850
  "ap-southeast-2" : { },
12849
12851
  "ap-southeast-3" : { },
12852
+ "ap-southeast-4" : { },
12853
+ "ap-southeast-5" : { },
12854
+ "ap-southeast-7" : { },
12850
12855
  "ca-central-1" : { },
12856
+ "ca-west-1" : { },
12851
12857
  "eu-central-1" : { },
12852
12858
  "eu-central-2" : { },
12853
12859
  "eu-north-1" : { },
12854
12860
  "eu-south-1" : { },
12861
+ "eu-south-2" : { },
12855
12862
  "eu-west-1" : { },
12856
12863
  "eu-west-2" : { },
12857
12864
  "eu-west-3" : { },
@@ -12883,7 +12890,10 @@
12883
12890
  "deprecated" : true,
12884
12891
  "hostname" : "inspector2-fips.us-west-2.amazonaws.com"
12885
12892
  },
12893
+ "il-central-1" : { },
12894
+ "me-central-1" : { },
12886
12895
  "me-south-1" : { },
12896
+ "mx-central-1" : { },
12887
12897
  "sa-east-1" : { },
12888
12898
  "us-east-1" : {
12889
12899
  "variants" : [ {
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.1123.0
4
+ version: 1.1124.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services