aws-partitions 1.1098.0 → 1.1099.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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +8 -0
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8542ce37935d79b53242fecf24d2e082d075b11327c41c62185e9a8e15f93741
4
- data.tar.gz: 8bd9e119871ff22c61b934976a506a7985790724dd455aa340f68457fdaf0ab0
3
+ metadata.gz: c8163882ff74e5c8941eea610b7a27ee9075fc3f619d41610648011b6283869b
4
+ data.tar.gz: 2ba769a38a6042e692aff3b5f945934a713e37fdf6e50e1f2ff2f1241529949d
5
5
  SHA512:
6
- metadata.gz: 7bad2c8033b462a29c91e3e7044778dba9f04e5f83143c5d29d3a32c4332f444e4e3d9da0c1deaa105c32d2c5ef7d5d732ee487b8843ed32967434c58db6c870
7
- data.tar.gz: 735753fc02591876d0e429fc648c595f5704da71651839a3573382906697de5315e04fc13d94e44437cfa0019246039e232312c64e172d8a599802b37bfa2333
6
+ metadata.gz: d2764c068ddf42b436c0cad38472909c323bbb8bee27e363cd2708de3f77ca45a830aa343905f51d98fcc069b72ecee9be247e13dfe7a30ace7ffa83813624ac
7
+ data.tar.gz: cafac2cc85124e4b725d07a20ea5ee5ab91d0eef853f45bf109f000bfdd1dd7577b6ff6879a93479d95c756ed9638a73e6ea73be1d0a864a4e878b3c84b64bfd
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1099.0 (2025-05-06)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.1098.0 (2025-05-05)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1098.0
1
+ 1.1099.0
data/partitions.json CHANGED
@@ -6665,6 +6665,7 @@
6665
6665
  "ap-southeast-3" : { },
6666
6666
  "ap-southeast-4" : { },
6667
6667
  "ap-southeast-5" : { },
6668
+ "ap-southeast-7" : { },
6668
6669
  "ca-central-1" : {
6669
6670
  "variants" : [ {
6670
6671
  "hostname" : "controltower-fips.ca-central-1.amazonaws.com",
@@ -6702,6 +6703,7 @@
6702
6703
  "il-central-1" : { },
6703
6704
  "me-central-1" : { },
6704
6705
  "me-south-1" : { },
6706
+ "mx-central-1" : { },
6705
6707
  "sa-east-1" : { },
6706
6708
  "us-east-1" : {
6707
6709
  "variants" : [ {
@@ -29939,6 +29941,12 @@
29939
29941
  "cn-northwest-1" : { }
29940
29942
  }
29941
29943
  },
29944
+ "kafkaconnect" : {
29945
+ "endpoints" : {
29946
+ "cn-north-1" : { },
29947
+ "cn-northwest-1" : { }
29948
+ }
29949
+ },
29942
29950
  "kendra-ranking" : {
29943
29951
  "defaults" : {
29944
29952
  "dnsSuffix" : "api.amazonwebservices.com.cn",
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.1098.0
4
+ version: 1.1099.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services