aws-partitions 1.1090.0 → 1.1091.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 +5 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 310d7b4246f6252e7698b1e69100865bcc6e2341e2ed0e32b2653762fae3fd6c
4
- data.tar.gz: 1b0d17f410a8872a8fd20ed1dd1e94c19c4cc34b3ea13f8ca6323b5313941dfd
3
+ metadata.gz: 6e53bc91c59aa28965864ad789dce124999b53aface390159d880f45a02f58a1
4
+ data.tar.gz: 40d08929e4bef11b4fb7393f95b6f91da4733824a8019d7e828ca4e5ced31b8d
5
5
  SHA512:
6
- metadata.gz: e8d13d7ce59431693dc4e1a5fa0f5dfa935162e6fa2793667cd7a559b755592147c339100fc93d73b82dd515772c82b84d0cd51f80a21f54599434c569cc78a4
7
- data.tar.gz: 893ce8401905cd4a583487f811ae6204e84f022b232b486f0159867f1468bd11a2e89a16ffd625825be8d8ab4e21617cda041b982fe31cfdb354beec9e4f3487
6
+ metadata.gz: af32cce35c459be6ce78c5a17e11fca60ba143e44da6eb23fe4f8d6fc326af549e07c1e3074b275c887d5c39a286159e07dacb55bd9d42982a870f43bd530e48
7
+ data.tar.gz: 7a4981a5bec4893d4ebecf15652da8c86c73c852554f89e77a80081a3ab18e26307cadb1db8e397225a8422a6cf758c62c36c9861cc3ab3a4704f9a276293436
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1091.0 (2025-04-23)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.1090.0 (2025-04-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1090.0
1
+ 1.1091.0
data/partitions.json CHANGED
@@ -38010,6 +38010,11 @@
38010
38010
  }
38011
38011
  }
38012
38012
  },
38013
+ "glue" : {
38014
+ "endpoints" : {
38015
+ "us-isob-east-1" : { }
38016
+ }
38017
+ },
38013
38018
  "health" : {
38014
38019
  "endpoints" : {
38015
38020
  "us-isob-east-1" : { }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-partitions
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1090.0
4
+ version: 1.1091.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-04-18 00:00:00.000000000 Z
11
+ date: 2025-04-23 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: