aws-partitions 1.1165.0 → 1.1168.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 +15 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +10 -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: 437cd67548fdd0196ae659b8424f9487bfd9527caf241ddd32c8b1776558fdc3
4
+ data.tar.gz: cfce10645c7662b36a520f6b91973a121604f23392f50ab17b0c5d426bbbdb36
5
5
  SHA512:
6
- metadata.gz: adbdd8d3b8b30e89877a3481df72a12eb2322647c48e020aa627a0222feb0cf1b65158c508416f795b62c50fb0ca99422609c1454bb645bb12ce02316f43ad29
7
- data.tar.gz: 2da6f01a39f9bc6dbefc9d4f4bdb0b290b64ace84c5eee1a8a688ad4f8f248ddea4a95109dc8120fcff8aacbd76d41dd10e42746ce6fef9df6b09b49c5933ee9
6
+ metadata.gz: 1b3555de85fa1929bb9424e1e4fa22926333f495d4779ae8a659f17926090f20bc3c92995c03a6fb8ae86c5f0003967e3546c001f0aaeeb057b82eda209cb791
7
+ data.tar.gz: 65446476c4406353957c30a4b1fb6e2a17bd28313438cef10448da7ddc4c40f1c41d57a1eb2642ea7fd4a7aa7bdfd91a9895d544f992ee0be5a57d257837b6f7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1168.0 (2025-09-30)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.1167.0 (2025-09-29)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.1166.0 (2025-09-26)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
4
19
  1.1165.0 (2025-09-25)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1165.0
1
+ 1.1168.0
data/partitions.json CHANGED
@@ -3658,6 +3658,7 @@
3658
3658
  "ap-southeast-3" : { },
3659
3659
  "ap-southeast-4" : { },
3660
3660
  "ap-southeast-5" : { },
3661
+ "ap-southeast-6" : { },
3661
3662
  "ap-southeast-7" : { },
3662
3663
  "ca-central-1" : { },
3663
3664
  "ca-west-1" : { },
@@ -18967,6 +18968,7 @@
18967
18968
  },
18968
18969
  "hostname" : "portal.sso.ap-southeast-5.amazonaws.com"
18969
18970
  },
18971
+ "ap-southeast-7" : { },
18970
18972
  "ca-central-1" : {
18971
18973
  "credentialScope" : {
18972
18974
  "region" : "ca-central-1"
@@ -19045,6 +19047,7 @@
19045
19047
  },
19046
19048
  "hostname" : "portal.sso.me-south-1.amazonaws.com"
19047
19049
  },
19050
+ "mx-central-1" : { },
19048
19051
  "sa-east-1" : {
19049
19052
  "credentialScope" : {
19050
19053
  "region" : "sa-east-1"
@@ -26041,6 +26044,7 @@
26041
26044
  "ap-southeast-3" : { },
26042
26045
  "ap-southeast-4" : { },
26043
26046
  "ap-southeast-5" : { },
26047
+ "ap-southeast-7" : { },
26044
26048
  "ca-central-1" : { },
26045
26049
  "ca-west-1" : { },
26046
26050
  "eu-central-1" : { },
@@ -26054,6 +26058,7 @@
26054
26058
  "il-central-1" : { },
26055
26059
  "me-central-1" : { },
26056
26060
  "me-south-1" : { },
26061
+ "mx-central-1" : { },
26057
26062
  "sa-east-1" : { },
26058
26063
  "us-east-1" : { },
26059
26064
  "us-east-2" : { },
@@ -37354,6 +37359,11 @@
37354
37359
  "us-iso-east-1" : { }
37355
37360
  }
37356
37361
  },
37362
+ "kinesisvideo" : {
37363
+ "endpoints" : {
37364
+ "us-iso-east-1" : { }
37365
+ }
37366
+ },
37357
37367
  "kms" : {
37358
37368
  "endpoints" : {
37359
37369
  "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.1168.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services