aws-partitions 1.1164.0 → 1.1165.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: fbad794503466830fdfd0c8818b37408943717ae6de625d4363e4b32335339fc
4
- data.tar.gz: f9915600efa368cc2338ea20197c12469facf314e779c2256c68f277a46714e5
3
+ metadata.gz: b144ce9090e5e776202efc53f79a682fb01b6770696a8922cf339c03a5eb8e90
4
+ data.tar.gz: 3ede09ecdb5ef2310bff2e5c35f721a599eefcbfbb83253ce1f8dfbaa9fa4239
5
5
  SHA512:
6
- metadata.gz: 0da3187b9db1823f16dfb37540e02079ac541fc79df8d655b4e08af5ba3683297d452cd0bebd56ee583c89e734a8ef75d78de929326cda4559dadd2e425eadd7
7
- data.tar.gz: 9077408eacb28d4d7b3ad17b49d0b66ac78686b10d571176fb179300e09b91e5904628fee370856c4579a11902623bc5f4fdbff0009217eafe885bee9e56655e
6
+ metadata.gz: adbdd8d3b8b30e89877a3481df72a12eb2322647c48e020aa627a0222feb0cf1b65158c508416f795b62c50fb0ca99422609c1454bb645bb12ce02316f43ad29
7
+ data.tar.gz: 2da6f01a39f9bc6dbefc9d4f4bdb0b290b64ace84c5eee1a8a688ad4f8f248ddea4a95109dc8120fcff8aacbd76d41dd10e42746ce6fef9df6b09b49c5933ee9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1165.0 (2025-09-25)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.1164.0 (2025-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1164.0
1
+ 1.1165.0
data/partitions.json CHANGED
@@ -9557,6 +9557,7 @@
9557
9557
  "tags" : [ "fips" ]
9558
9558
  } ]
9559
9559
  },
9560
+ "ap-southeast-6" : { },
9560
9561
  "ap-southeast-7" : {
9561
9562
  "variants" : [ {
9562
9563
  "hostname" : "elasticfilesystem-fips.ap-southeast-7.amazonaws.com",
@@ -11222,6 +11223,7 @@
11222
11223
  "tags" : [ "fips" ]
11223
11224
  } ]
11224
11225
  },
11226
+ "ap-east-2" : { },
11225
11227
  "ap-northeast-1" : {
11226
11228
  "variants" : [ {
11227
11229
  "hostname" : "fms-fips.ap-northeast-1.amazonaws.com",
@@ -30998,6 +31000,12 @@
30998
31000
  "cn-northwest-1" : { }
30999
31001
  }
31000
31002
  },
31003
+ "verifiedpermissions" : {
31004
+ "endpoints" : {
31005
+ "cn-north-1" : { },
31006
+ "cn-northwest-1" : { }
31007
+ }
31008
+ },
31001
31009
  "waf-regional" : {
31002
31010
  "endpoints" : {
31003
31011
  "cn-north-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.1164.0
4
+ version: 1.1165.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services