aws-partitions 1.1097.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 +15 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +23 -0
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c8f7136d8b19a6caa32766dfb0707831e3e8e9471f409e81ce33baffb923eaaa
4
- data.tar.gz: d3188fd11218a739d242fecdda408bc9854a4a9933523ff063fe323da5e8ccde
3
+ metadata.gz: e35594853f134bdd92430e0cf2dd7d5bf35cb8448c3739d931c53aeba877b867
4
+ data.tar.gz: 53717b9b2dd65eae072b343edc51daa8a2d3e5071ffcbc9a6542c63cac8266b9
5
5
  SHA512:
6
- metadata.gz: 151f62d439845f59b915237ee0f905b637869011f213611216f7d328d2ec2a8cbaca7405a223a9cd5daaf45bb415ce2cf4e1fba38c4d948058c06bc981616e7c
7
- data.tar.gz: 616a93c1f2d6fc02eeacabf1168f7d7ad7e58df2557567c68eceeb57d829fd59b917c5ff024b6a8341a8cd10eac93da7ebd31ef7872c87ee583f3c58c69250de
6
+ metadata.gz: 35432c3714676bc4434fc898c6024d40ba1fb0dcc7f530f7f2b589ae56f0477314407f88e1f69d37c362b0a2400c5481f0d5161585102ebfa2e829c81ee644b4
7
+ data.tar.gz: 0d8ab4c23b6acf23586c279298fbd0f5368dc70048e1661e44e981efcc10549c2c49d72980cb4b99f67817d6171b36aa3571abee1724c8f1252f2dfc7c40b97f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
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
+
14
+ 1.1098.0 (2025-05-05)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
4
19
  1.1097.0 (2025-05-02)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1097.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",
@@ -37055,6 +37063,11 @@
37055
37063
  "us-iso-west-1" : { }
37056
37064
  }
37057
37065
  },
37066
+ "kinesisanalytics" : {
37067
+ "endpoints" : {
37068
+ "us-iso-east-1" : { }
37069
+ }
37070
+ },
37058
37071
  "kms" : {
37059
37072
  "endpoints" : {
37060
37073
  "ProdFips" : {
@@ -38086,6 +38099,11 @@
38086
38099
  "us-isob-east-1" : { }
38087
38100
  }
38088
38101
  },
38102
+ "kinesisanalytics" : {
38103
+ "endpoints" : {
38104
+ "us-isob-east-1" : { }
38105
+ }
38106
+ },
38089
38107
  "kms" : {
38090
38108
  "endpoints" : {
38091
38109
  "ProdFips" : {
@@ -38910,6 +38928,11 @@
38910
38928
  "eu-isoe-west-1" : { }
38911
38929
  }
38912
38930
  },
38931
+ "redshift-serverless" : {
38932
+ "endpoints" : {
38933
+ "eu-isoe-west-1" : { }
38934
+ }
38935
+ },
38913
38936
  "resource-groups" : {
38914
38937
  "endpoints" : {
38915
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.1097.0
4
+ version: 1.1100.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services