aws-partitions 1.1258.0 → 1.1259.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 +6 -0
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: efa4c52e13520839278c17befea09857fff06e420dd066d2bcbab64af61d9ffa
4
- data.tar.gz: 78f2aa78ededec714fcfcb461f6d24f8690cabfae6a3c068d3afcb52ba187415
3
+ metadata.gz: 78d5a8cff937002673844f13b3a7e251f4690e9e97fa0f3fca711a19d77ae160
4
+ data.tar.gz: 81f8ce68c253b61f08e74a13cdd4a0b55f430cb1f332cf49f6a80b37c6f01601
5
5
  SHA512:
6
- metadata.gz: 10b137294db59762eac21c6b258368fb1b9cdd454431f7b5bbfed06244129ca0d547aba5bd2811d6625e8ced94ad98e21588df977bc736c24476edb2a75a1107
7
- data.tar.gz: f38ce629e13d99e1084b23dd67aab4f0f09f2adf86e8856b0b0601e5b6a0d70235c2bb3cb435c02fb3b888903883078862e17b3922a4aabacfdf86d417a16421
6
+ metadata.gz: ecf8dd001a03b6dc106c75a4743b5b041a9614972ef4d01ed3c16d3b7584851ade547cac312faf2c22da958c284db45ed08d7b81939a068df32b7d916862d2d2
7
+ data.tar.gz: 1f688a96f20bb868b27b843bd4e40362beb81a0a72799faff9315b0e6f40a439da8b518a478ec69f04ac094055d5e747973770fb6c6a16af57c4d0da7248d026
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1259.0 (2026-06-09)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data that determines the AWS service regions and endpoints.
8
+
4
9
  1.1258.0 (2026-06-05)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1258.0
1
+ 1.1259.0
data/partitions.json CHANGED
@@ -40174,6 +40174,12 @@
40174
40174
  "us-isof-south-1" : { }
40175
40175
  }
40176
40176
  },
40177
+ "securityhub" : {
40178
+ "endpoints" : {
40179
+ "us-isof-east-1" : { },
40180
+ "us-isof-south-1" : { }
40181
+ }
40182
+ },
40177
40183
  "servicediscovery" : {
40178
40184
  "endpoints" : {
40179
40185
  "us-isof-east-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.1258.0
4
+ version: 1.1259.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services