aws-partitions 1.1123.0 → 1.1125.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: e1b2ae0b9d958bd6970a9fe15c7102042187cd35dd27368e2467cf8b93edb6d6
4
+ data.tar.gz: a353915d3d1f9e1f1370712f15f9150dbadfb9c2f96da423cfa80ff0649837f0
5
5
  SHA512:
6
- metadata.gz: 3efd38acac70f60070dcb3af8cefd82de35036dc527e23400b4012af0fbeb48dc96878264a5fe9ed49276620ccf162692494fd752bae279600b08b8e36ea3350
7
- data.tar.gz: c903f2de39ff87dd22db39df4d4d7d0abdec22893589a5168b241ba60f22827de822d8f831178cdcc38a1fdde47c79bc2b1fef1c17dcbf0247d741899294ce83
6
+ metadata.gz: 536ea5ac808387c53cfc58e60717ec1e4f1a2fdc422063a34b46bd94ffe813c0e229e6f00c3a5e4fb9255e6a41b1ade7b1cc105d649f55da7dcd4025189eb47d
7
+ data.tar.gz: d695e9ee3783327b562901cfe5e1d829140b07c1bc0ac1bd29520c206a2a0834c6eddde219426c97e9585dbad5fd5627b8e2bff350f2253538f4dc768d79518a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1125.0 (2025-07-03)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.1124.0 (2025-07-01)
10
+ ------------------
11
+
12
+ * Feature - Added support for enumerating regions for `Aws::Odb`.
13
+
4
14
  1.1123.0 (2025-06-30)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1123.0
1
+ 1.1125.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" : [ {
@@ -37799,6 +37809,11 @@
37799
37809
  }
37800
37810
  }
37801
37811
  },
37812
+ "wafv2" : {
37813
+ "endpoints" : {
37814
+ "us-iso-east-1" : { }
37815
+ }
37816
+ },
37802
37817
  "workspaces" : {
37803
37818
  "endpoints" : {
37804
37819
  "fips-us-iso-east-1" : {
@@ -38669,6 +38684,11 @@
38669
38684
  "us-isob-east-1" : { }
38670
38685
  }
38671
38686
  },
38687
+ "wafv2" : {
38688
+ "endpoints" : {
38689
+ "us-isob-east-1" : { }
38690
+ }
38691
+ },
38672
38692
  "workspaces" : {
38673
38693
  "endpoints" : {
38674
38694
  "fips-us-isob-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.1123.0
4
+ version: 1.1125.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services