aws-partitions 1.1122.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: 04f531c5d0f74cdce29edfc46ad936397cda118bf68c9ac183d2e79b2c8f1376
4
- data.tar.gz: d395e6cfa3515431aa35a981ebdade63a84de673458027831a69c805c63fb326
3
+ metadata.gz: f9c8e6d2ee55f670a54445f3518644f871a8aae4a9ca19bca638608d0eb6626b
4
+ data.tar.gz: f29ecd36af959d86f1e7dd14c6a90ab640d20c91953a7cf211ba17c8aeed04d1
5
5
  SHA512:
6
- metadata.gz: ca23e7d15936f732d598e3ea7780ce89cd28549a6d54b6cffc1ed9008a92df75a2c7da8a2a86d628f74918a067360113c56efeb2ed4dd3b9bbb877938362b18c
7
- data.tar.gz: d6e5abcdb7cff00483fd8ed8b5239afb3d4b6a1e5865b91d903899dc817ef534b78fd1b4daf2131529873a83c815bf393b2ce53aa5b0a45715622454534c98c4
6
+ metadata.gz: 835e4907f2299a927c39c011190f24494c42dabf00a11efa73fe892704ee21f96d1d5018c622f0635b31b0831a2a1f9d8bbc0d1cf1a6f27dd6d6802e04527228
7
+ data.tar.gz: 675ec3aef4f136e5966ea2e0d3ef3aa74778a1ca12219e25768bd54a76483152de25afe178711a37d5f5b810832f78f9f5eda6202b0e021c79e83fa1e15e94c7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.1123.0 (2025-06-30)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.1122.0 (2025-06-27)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1122.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
@@ -3160,6 +3160,7 @@
3160
3160
  "tags" : [ "dualstack" ]
3161
3161
  } ]
3162
3162
  },
3163
+ "ap-east-2" : { },
3163
3164
  "ap-northeast-1" : {
3164
3165
  "variants" : [ {
3165
3166
  "hostname" : "athena.ap-northeast-1.api.aws",
@@ -5021,6 +5022,7 @@
5021
5022
  "tags" : [ "dualstack" ]
5022
5023
  } ]
5023
5024
  },
5025
+ "eu-south-2" : { },
5024
5026
  "eu-west-1" : {
5025
5027
  "variants" : [ {
5026
5028
  "hostname" : "cloudhsmv2.eu-west-1.api.aws",
@@ -12843,14 +12845,20 @@
12843
12845
  "ap-northeast-2" : { },
12844
12846
  "ap-northeast-3" : { },
12845
12847
  "ap-south-1" : { },
12848
+ "ap-south-2" : { },
12846
12849
  "ap-southeast-1" : { },
12847
12850
  "ap-southeast-2" : { },
12848
12851
  "ap-southeast-3" : { },
12852
+ "ap-southeast-4" : { },
12853
+ "ap-southeast-5" : { },
12854
+ "ap-southeast-7" : { },
12849
12855
  "ca-central-1" : { },
12856
+ "ca-west-1" : { },
12850
12857
  "eu-central-1" : { },
12851
12858
  "eu-central-2" : { },
12852
12859
  "eu-north-1" : { },
12853
12860
  "eu-south-1" : { },
12861
+ "eu-south-2" : { },
12854
12862
  "eu-west-1" : { },
12855
12863
  "eu-west-2" : { },
12856
12864
  "eu-west-3" : { },
@@ -12882,7 +12890,10 @@
12882
12890
  "deprecated" : true,
12883
12891
  "hostname" : "inspector2-fips.us-west-2.amazonaws.com"
12884
12892
  },
12893
+ "il-central-1" : { },
12894
+ "me-central-1" : { },
12885
12895
  "me-south-1" : { },
12896
+ "mx-central-1" : { },
12886
12897
  "sa-east-1" : { },
12887
12898
  "us-east-1" : {
12888
12899
  "variants" : [ {
@@ -35339,6 +35350,12 @@
35339
35350
  }
35340
35351
  }
35341
35352
  },
35353
+ "scheduler" : {
35354
+ "endpoints" : {
35355
+ "us-gov-east-1" : { },
35356
+ "us-gov-west-1" : { }
35357
+ }
35358
+ },
35342
35359
  "schemas" : {
35343
35360
  "endpoints" : {
35344
35361
  "us-gov-east-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.1122.0
4
+ version: 1.1124.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services