aws-partitions 1.1161.0 → 1.1162.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 +4 -0
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 78133cfa9537d941dec5c59242db218f1df24e840e21929561d702b98543feea
4
- data.tar.gz: 7097d085b87a878d7c29c51cb41a9aed781727ee49900c00f7df2152abbac4f2
3
+ metadata.gz: 1add55c9f53628f29590a99c34bbffa8a951b6700881785ce517d86bfd2c30e9
4
+ data.tar.gz: a3faa6ec9fe0f821faaa97ee8214517834edb382f80989352173499e4ac601fc
5
5
  SHA512:
6
- metadata.gz: acdbe162b1ea7bbc3f574edce6745aee752c1a470f8196fe42f769a594b5b37cf4e1aa50ce33c2d15cc14753689731b50321659e883f43bc509dff05266af16c
7
- data.tar.gz: 66689b8a8feb8a582def6ad7f5bd79ef48fae38126693a48afd7233c15547a75062140a1368ddcc133f029d64cbb754a14f903d373be84cee0254d503f371911
6
+ metadata.gz: 6bc022cb0fbfd336d86d0c92aca4a0366ce1a736daaf514f7b2ef4e356306fe470a5e25a4583a04c6e8782dc712a5e3bee81a88842f616fdfd9ba95689da6996
7
+ data.tar.gz: 82e67c784e00b9a7cfef2c25d3b983aebf78494058727ef201893833f88d9f9fb0863e0e7f3ba58d8980415dd218ce42608b4d24bdbe2167b843026ebe0f8d7e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1162.0 (2025-09-19)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.1161.0 (2025-09-16)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1161.0
1
+ 1.1162.0
data/partitions.json CHANGED
@@ -7525,6 +7525,7 @@
7525
7525
  } ]
7526
7526
  },
7527
7527
  "endpoints" : {
7528
+ "ap-east-1" : { },
7528
7529
  "ap-east-2" : { },
7529
7530
  "ap-northeast-1" : {
7530
7531
  "hostname" : "datazone.ap-northeast-1.api.aws"
@@ -7573,6 +7574,7 @@
7573
7574
  "eu-central-1" : {
7574
7575
  "hostname" : "datazone.eu-central-1.api.aws"
7575
7576
  },
7577
+ "eu-central-2" : { },
7576
7578
  "eu-north-1" : {
7577
7579
  "hostname" : "datazone.eu-north-1.api.aws"
7578
7580
  },
@@ -20240,6 +20242,7 @@
20240
20242
  "endpoints" : {
20241
20243
  "af-south-1" : { },
20242
20244
  "ap-east-1" : { },
20245
+ "ap-east-2" : { },
20243
20246
  "ap-northeast-1" : { },
20244
20247
  "ap-northeast-2" : { },
20245
20248
  "ap-south-1" : { },
@@ -22988,6 +22991,7 @@
22988
22991
  "tags" : [ "dualstack" ]
22989
22992
  } ]
22990
22993
  },
22994
+ "ap-southeast-6" : { },
22991
22995
  "ap-southeast-7" : {
22992
22996
  "variants" : [ {
22993
22997
  "hostname" : "securityhub.ap-southeast-7.api.aws",
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.1161.0
4
+ version: 1.1162.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services