aws-partitions 1.1164.0 → 1.1166.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: fbad794503466830fdfd0c8818b37408943717ae6de625d4363e4b32335339fc
4
- data.tar.gz: f9915600efa368cc2338ea20197c12469facf314e779c2256c68f277a46714e5
3
+ metadata.gz: 6a772ec0a981468e608a9a7e9a29456d1c34212828b10ec398f5c217c2b19181
4
+ data.tar.gz: 48ef2a6cc1f49567b6867eb91f2921743a2a615013132496ee84e4ded140bcf2
5
5
  SHA512:
6
- metadata.gz: 0da3187b9db1823f16dfb37540e02079ac541fc79df8d655b4e08af5ba3683297d452cd0bebd56ee583c89e734a8ef75d78de929326cda4559dadd2e425eadd7
7
- data.tar.gz: 9077408eacb28d4d7b3ad17b49d0b66ac78686b10d571176fb179300e09b91e5904628fee370856c4579a11902623bc5f4fdbff0009217eafe885bee9e56655e
6
+ metadata.gz: 9f564f7800edaf2e6026241e71cbb97baf0ad10b8900c49de169c099dfe4f06f2796b7495d079e83aedcb14582955625aef9681c82a60ff677aa43db7441359c
7
+ data.tar.gz: 18e999dba04f2dd3085f54c7bc2ec611e723da77ef838b9656667944516a6799c6de2070571230bb3ecddb50e60b85922b47f93ab0434d67d47524fe823f9f79
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1166.0 (2025-09-26)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.1165.0 (2025-09-25)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.1164.0 (2025-09-23)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1164.0
1
+ 1.1166.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" : {
@@ -37346,6 +37354,11 @@
37346
37354
  "us-iso-east-1" : { }
37347
37355
  }
37348
37356
  },
37357
+ "kinesisvideo" : {
37358
+ "endpoints" : {
37359
+ "us-iso-east-1" : { }
37360
+ }
37361
+ },
37349
37362
  "kms" : {
37350
37363
  "endpoints" : {
37351
37364
  "ProdFips" : {
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.1166.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services