aws-partitions 1.1170.0 → 1.1172.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 +12 -0
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e56c6a288d65cf838d904a3f5f7288bf9cef0fc360a9ca23f506ebdfcac35115
4
- data.tar.gz: 913c42511f4043c356c1a4d14df1b61ef3489e36166ee02273435427dbe0fb9d
3
+ metadata.gz: 194ca20d8fd3921653057b7495021f36e075cbf4fdd6ffd158d02fa3a31927f0
4
+ data.tar.gz: cd98190112a972699de893d0c931a906a150efbe6a7d2f45f84228823c078fe5
5
5
  SHA512:
6
- metadata.gz: dc83d9294d86bff0fa6497f451329ca2e8df5c5abfb7368e9d4bf993e9bef89a669248c4546b2d3c50c8a0e3128a35c5e95982817b7a8fff8da64ce02e1f4ee1
7
- data.tar.gz: dfb6a71155a85c02ecaad0489274162b4fcac858012fc8420453de0d6b5f798b11a0551ea5bba7cfb35d3188951eebc0dcc76fe95aaa9a07988fa3c7c8a3da64
6
+ metadata.gz: 0643d1f34909d22e05bd40c1978a23fa43f5392a4c51c7d92726bb9321c9840d3279b8a3f971ad9862cde807195f66c8f7df81b127b60e8d58ead24e4a080909
7
+ data.tar.gz: cddfab536dfe781890012ca53c263bc38603b2d159d5208b1d2b21f2500d32f3a3546b16cdf08cefc9be74e5bf6d7ae3303eb039d8b3bef0221969f90c32bf38
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1172.0 (2025-10-10)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.1171.0 (2025-10-09)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.1170.0 (2025-10-08)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1170.0
1
+ 1.1172.0
data/partitions.json CHANGED
@@ -12763,6 +12763,7 @@
12763
12763
  "endpoints" : {
12764
12764
  "af-south-1" : { },
12765
12765
  "ap-east-1" : { },
12766
+ "ap-east-2" : { },
12766
12767
  "ap-northeast-1" : { },
12767
12768
  "ap-northeast-2" : { },
12768
12769
  "ap-northeast-3" : { },
@@ -14066,23 +14067,33 @@
14066
14067
  },
14067
14068
  "kafkaconnect" : {
14068
14069
  "endpoints" : {
14070
+ "af-south-1" : { },
14071
+ "ap-east-1" : { },
14069
14072
  "ap-east-2" : { },
14070
14073
  "ap-northeast-1" : { },
14071
14074
  "ap-northeast-2" : { },
14075
+ "ap-northeast-3" : { },
14072
14076
  "ap-south-1" : { },
14073
14077
  "ap-south-2" : { },
14074
14078
  "ap-southeast-1" : { },
14075
14079
  "ap-southeast-2" : { },
14080
+ "ap-southeast-3" : { },
14081
+ "ap-southeast-4" : { },
14076
14082
  "ap-southeast-5" : { },
14077
14083
  "ap-southeast-7" : { },
14078
14084
  "ca-central-1" : { },
14079
14085
  "ca-west-1" : { },
14080
14086
  "eu-central-1" : { },
14087
+ "eu-central-2" : { },
14081
14088
  "eu-north-1" : { },
14089
+ "eu-south-1" : { },
14082
14090
  "eu-south-2" : { },
14083
14091
  "eu-west-1" : { },
14084
14092
  "eu-west-2" : { },
14085
14093
  "eu-west-3" : { },
14094
+ "il-central-1" : { },
14095
+ "me-central-1" : { },
14096
+ "me-south-1" : { },
14086
14097
  "mx-central-1" : { },
14087
14098
  "sa-east-1" : { },
14088
14099
  "us-east-1" : { },
@@ -26193,6 +26204,7 @@
26193
26204
  "ap-southeast-3" : { },
26194
26205
  "ap-southeast-4" : { },
26195
26206
  "ap-southeast-5" : { },
26207
+ "ap-southeast-6" : { },
26196
26208
  "ap-southeast-7" : { },
26197
26209
  "ca-central-1" : {
26198
26210
  "variants" : [ {
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.1170.0
4
+ version: 1.1172.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services