aws-partitions 1.1098.0 → 1.1100.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 +10 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +13 -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: e35594853f134bdd92430e0cf2dd7d5bf35cb8448c3739d931c53aeba877b867
4
+ data.tar.gz: 53717b9b2dd65eae072b343edc51daa8a2d3e5071ffcbc9a6542c63cac8266b9
5
5
  SHA512:
6
- metadata.gz: 7bad2c8033b462a29c91e3e7044778dba9f04e5f83143c5d29d3a32c4332f444e4e3d9da0c1deaa105c32d2c5ef7d5d732ee487b8843ed32967434c58db6c870
7
- data.tar.gz: 735753fc02591876d0e429fc648c595f5704da71651839a3573382906697de5315e04fc13d94e44437cfa0019246039e232312c64e172d8a599802b37bfa2333
6
+ metadata.gz: 35432c3714676bc4434fc898c6024d40ba1fb0dcc7f530f7f2b589ae56f0477314407f88e1f69d37c362b0a2400c5481f0d5161585102ebfa2e829c81ee644b4
7
+ data.tar.gz: 0d8ab4c23b6acf23586c279298fbd0f5368dc70048e1661e44e981efcc10549c2c49d72980cb4b99f67817d6171b36aa3571abee1724c8f1252f2dfc7c40b97f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1100.0 (2025-05-07)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.1099.0 (2025-05-06)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.1098.0 (2025-05-05)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1098.0
1
+ 1.1100.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",
@@ -38920,6 +38928,11 @@
38920
38928
  "eu-isoe-west-1" : { }
38921
38929
  }
38922
38930
  },
38931
+ "redshift-serverless" : {
38932
+ "endpoints" : {
38933
+ "eu-isoe-west-1" : { }
38934
+ }
38935
+ },
38923
38936
  "resource-groups" : {
38924
38937
  "endpoints" : {
38925
38938
  "eu-isoe-west-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.1098.0
4
+ version: 1.1100.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services