aws-partitions 1.1180.0 → 1.1182.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: fcb4de6bceb8120a8099c93e982060dc42f4219af6307f2d803fd2ee5b572dcf
4
- data.tar.gz: 9c90ab8152b114cdaaa59c30207c219f95b648c6fb6ec7f4a4004ad2bb36e1af
3
+ metadata.gz: 78bf342376c1bf01ee24733cc55d2da86aa1173b68a4fa302e80f7f3e9366d65
4
+ data.tar.gz: 980fd9889552c4e46afb975440fd4519a0f5e123fe075d636977463b74ce4dd1
5
5
  SHA512:
6
- metadata.gz: e9ae45f8aaf923a74112a0c5afd7393477e1d986a0dc1e3bf34d91537f5d4fbf4275d67d8119ce3ececd1176cfaff8d1de1c62a1d181a4ae45c5877b0bc23ea6
7
- data.tar.gz: 8a128b8caf3ba04d7144eeb9af692b84723d607bf4666e185bb0efc05cd64e6cbebc52dcc4c409c455369c091958c02b8a5cdb86a5d0ec3ee5784f7d181417a1
6
+ metadata.gz: d19e540cd0ef08294b060fd68f04a5fbd8470430066b7943adb5b40c9617164e44f4bc513ac9e91200b10faa86ea1a1727bb6529e7e7a3a2c5dc14b7d3d8d99e
7
+ data.tar.gz: df5d30b9aa32c77f2d8c7ac02f8df482ed81134491ed4748d351b91e2133b1943f9455ff3459a3fc6cd0acb666ee1afed19579deaa42410de6d5ba537766e201
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1182.0 (2025-11-14)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.1181.0 (2025-11-06)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.1180.0 (2025-11-04)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1180.0
1
+ 1.1182.0
data/partitions.json CHANGED
@@ -17471,6 +17471,7 @@
17471
17471
  "ap-southeast-3" : { },
17472
17472
  "ap-southeast-4" : { },
17473
17473
  "ap-southeast-5" : { },
17474
+ "ap-southeast-6" : { },
17474
17475
  "ap-southeast-7" : { },
17475
17476
  "ca-central-1" : {
17476
17477
  "variants" : [ {
@@ -38537,7 +38538,8 @@
38537
38538
  },
38538
38539
  "scheduler" : {
38539
38540
  "endpoints" : {
38540
- "us-isob-east-1" : { }
38541
+ "us-isob-east-1" : { },
38542
+ "us-isob-west-1" : { }
38541
38543
  }
38542
38544
  },
38543
38545
  "secretsmanager" : {
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.1180.0
4
+ version: 1.1182.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services