aws-partitions 1.1202.0 → 1.1203.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 +9 -0
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fe73b8dafe56e3752af00599f4fa135445871c581a21edebb4eb80dc12ffc8bf
4
- data.tar.gz: d37e08256164220ac3689f6b8622333e339fc8e2c6a6b43e43e8c133759c2f99
3
+ metadata.gz: 0baa6e30dd1f0babdc9313435566a164c84b40d7955a29603ca69d6a46f10df8
4
+ data.tar.gz: 87d952a23faa40345a74e0f2a70b8c1166d9743956b590b45c2b5a5b45452a26
5
5
  SHA512:
6
- metadata.gz: 21e03df1826d1e2611ad7e663ab427a567e8983e14df7275b39f3f5319bff6e9aad1d02875b4bfbba42ba419996f97f136a7708bca42274b9703d08807066d19
7
- data.tar.gz: a2b5b7d060f52bce002406feb5bd2c8c9c566df291c88ee79860b0e44d6c03f4ce07439659179baced68be08f751502c4251165bc211ab589fe98c4e06311dd2
6
+ metadata.gz: ba1a2486889854d7c956341832ebfcdd4180ec6a2ae23f80c7f225f8c24485b66f07b9d70a99a30a42a9d935b03a9a64c431ea06719689d1e2f5fd7ae3d1731b
7
+ data.tar.gz: 20fc0dd572aa190de1498fd1c7a84c49ae1705e4506e3107df064842a7b80a3d818ed0cac4557846bad9423fdeae58c3f64ee91633227cb111495bab30490ad6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1203.0 (2026-01-12)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.1202.0 (2026-01-09)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1202.0
1
+ 1.1203.0
data/partitions.json CHANGED
@@ -3172,6 +3172,7 @@
3172
3172
  "tags" : [ "dualstack" ]
3173
3173
  } ]
3174
3174
  },
3175
+ "ap-southeast-6" : { },
3175
3176
  "ap-southeast-7" : { },
3176
3177
  "ca-central-1" : {
3177
3178
  "variants" : [ {
@@ -12069,6 +12070,7 @@
12069
12070
  "tags" : [ "dualstack" ]
12070
12071
  } ]
12071
12072
  },
12073
+ "ap-southeast-6" : { },
12072
12074
  "ap-southeast-7" : {
12073
12075
  "variants" : [ {
12074
12076
  "hostname" : "glue.ap-southeast-7.api.aws",
@@ -14941,6 +14943,7 @@
14941
14943
  "tags" : [ "dualstack" ]
14942
14944
  } ]
14943
14945
  },
14946
+ "ap-southeast-6" : { },
14944
14947
  "ap-southeast-7" : {
14945
14948
  "variants" : [ {
14946
14949
  "hostname" : "lakeformation.ap-southeast-7.api.aws",
@@ -20145,6 +20148,7 @@
20145
20148
  "ap-southeast-2" : { },
20146
20149
  "ap-southeast-3" : { },
20147
20150
  "ap-southeast-5" : { },
20151
+ "ap-southeast-6" : { },
20148
20152
  "ap-southeast-7" : { },
20149
20153
  "ca-central-1" : {
20150
20154
  "variants" : [ {
@@ -40448,6 +40452,11 @@
40448
40452
  "eusc-de-east-1" : { }
40449
40453
  }
40450
40454
  },
40455
+ "fsx" : {
40456
+ "endpoints" : {
40457
+ "eusc-de-east-1" : { }
40458
+ }
40459
+ },
40451
40460
  "gameliftstreams" : {
40452
40461
  "endpoints" : {
40453
40462
  "eusc-de-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.1202.0
4
+ version: 1.1203.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services