aws-partitions 1.1268.0 → 1.1270.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 +3 -1
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4cce2adfabf3267e06d75ce263de2f41d562cb9c727a37791468e81b6db736a3
4
- data.tar.gz: 5fb2503a5397701e9bea0bed24ece4d9e64299726019159d49d9131d362e4051
3
+ metadata.gz: aeb290326198f4f12499b7c142861d14e473b38300f08f9825ca28a80d6aa8e2
4
+ data.tar.gz: bfd842d7abd1871f3a5598c5f20251dad03ac061c1cbeaf93ce040ad95cd9b84
5
5
  SHA512:
6
- metadata.gz: f4252cf8438e51f4fa10dc92ed8bd09ec98b62ea593dea70e2c4e851c73607c00231c34eda2453da2a11aad1407fd74616887246981a315f5ce4c68d48e702e4
7
- data.tar.gz: c8ef563179cc8743d40264e2529a6d87ad50951f1c1d3d64c5bb1375390818add49a142acbba0e29062c1975394ff94f64762c2201f77aa0eb4a1a4eacaa8006
6
+ metadata.gz: f842bc109da148a730dd47fc227850c77622e250bfb3779fc128aa6f196ec9b5f1293a1b6b29484d462506c50843307495e1ea9e353ffe1d45a181fb5cde238d
7
+ data.tar.gz: e532e017e6af069e8d797eaf8100123ddb3830de521b8eb6e564fc6dcacacdc940aaf6d1644968fa3303cb10f2a70865134499e71cb94109a1f9c3dcc450562c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1270.0 (2026-07-16)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data that determines the AWS service regions and endpoints.
8
+
9
+ 1.1269.0 (2026-07-13)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data that determines the AWS service regions and endpoints.
13
+
4
14
  1.1268.0 (2026-07-10)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1268.0
1
+ 1.1270.0
data/partitions.json CHANGED
@@ -28711,6 +28711,7 @@
28711
28711
  },
28712
28712
  "wisdom" : {
28713
28713
  "endpoints" : {
28714
+ "af-south-1" : { },
28714
28715
  "ap-northeast-1" : { },
28715
28716
  "ap-northeast-2" : { },
28716
28717
  "ap-southeast-1" : { },
@@ -38524,7 +38525,8 @@
38524
38525
  },
38525
38526
  "deprecated" : true,
38526
38527
  "hostname" : "storagegateway-fips.us-isob-east-1.sc2s.sgov.gov"
38527
- }
38528
+ },
38529
+ "us-isob-west-1" : { }
38528
38530
  }
38529
38531
  },
38530
38532
  "streams.dynamodb" : {
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.1268.0
4
+ version: 1.1270.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services