aws-partitions 1.1165.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 +5 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +5 -0
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b144ce9090e5e776202efc53f79a682fb01b6770696a8922cf339c03a5eb8e90
4
- data.tar.gz: 3ede09ecdb5ef2310bff2e5c35f721a599eefcbfbb83253ce1f8dfbaa9fa4239
3
+ metadata.gz: 6a772ec0a981468e608a9a7e9a29456d1c34212828b10ec398f5c217c2b19181
4
+ data.tar.gz: 48ef2a6cc1f49567b6867eb91f2921743a2a615013132496ee84e4ded140bcf2
5
5
  SHA512:
6
- metadata.gz: adbdd8d3b8b30e89877a3481df72a12eb2322647c48e020aa627a0222feb0cf1b65158c508416f795b62c50fb0ca99422609c1454bb645bb12ce02316f43ad29
7
- data.tar.gz: 2da6f01a39f9bc6dbefc9d4f4bdb0b290b64ace84c5eee1a8a688ad4f8f248ddea4a95109dc8120fcff8aacbd76d41dd10e42746ce6fef9df6b09b49c5933ee9
6
+ metadata.gz: 9f564f7800edaf2e6026241e71cbb97baf0ad10b8900c49de169c099dfe4f06f2796b7495d079e83aedcb14582955625aef9681c82a60ff677aa43db7441359c
7
+ data.tar.gz: 18e999dba04f2dd3085f54c7bc2ec611e723da77ef838b9656667944516a6799c6de2070571230bb3ecddb50e60b85922b47f93ab0434d67d47524fe823f9f79
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.1165.0 (2025-09-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1165.0
1
+ 1.1166.0
data/partitions.json CHANGED
@@ -37354,6 +37354,11 @@
37354
37354
  "us-iso-east-1" : { }
37355
37355
  }
37356
37356
  },
37357
+ "kinesisvideo" : {
37358
+ "endpoints" : {
37359
+ "us-iso-east-1" : { }
37360
+ }
37361
+ },
37357
37362
  "kms" : {
37358
37363
  "endpoints" : {
37359
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.1165.0
4
+ version: 1.1166.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services