aws-partitions 1.1089.0 → 1.1090.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 +11 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 47de9ff130666c4824937fa028432be3476837d3286447b788cadec4bc17f4b3
4
- data.tar.gz: a27c948c6a17744ba6f1e9758760595c807ae7cc41df174cad9b617ce01a8154
3
+ metadata.gz: 310d7b4246f6252e7698b1e69100865bcc6e2341e2ed0e32b2653762fae3fd6c
4
+ data.tar.gz: 1b0d17f410a8872a8fd20ed1dd1e94c19c4cc34b3ea13f8ca6323b5313941dfd
5
5
  SHA512:
6
- metadata.gz: e2741dc293a0623b7c8a8667683fbe9cf2edb180ef53e12d826552c61ba6845e3e4db49532e6a3e2247c82c7b60b464003871c5a45e2d0869f5b9fc95468b391
7
- data.tar.gz: 5a663623cc544cf08decbcff32e33b76c0d765b5e9409506ca69a29d1746b69a6d7b3894bb4909d41731f7dd82be8282f67ff9d210256acae922c1f3918efe5c
6
+ metadata.gz: e8d13d7ce59431693dc4e1a5fa0f5dfa935162e6fa2793667cd7a559b755592147c339100fc93d73b82dd515772c82b84d0cd51f80a21f54599434c569cc78a4
7
+ data.tar.gz: 893ce8401905cd4a583487f811ae6204e84f022b232b486f0159867f1468bd11a2e89a16ffd625825be8d8ab4e21617cda041b982fe31cfdb354beec9e4f3487
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1090.0 (2025-04-18)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.1089.0 (2025-04-17)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1089.0
1
+ 1.1090.0
data/partitions.json CHANGED
@@ -37422,6 +37422,12 @@
37422
37422
  }
37423
37423
  }
37424
37424
  },
37425
+ "servicediscovery" : {
37426
+ "endpoints" : {
37427
+ "us-iso-east-1" : { },
37428
+ "us-iso-west-1" : { }
37429
+ }
37430
+ },
37425
37431
  "snowball" : {
37426
37432
  "endpoints" : {
37427
37433
  "us-iso-east-1" : { },
@@ -38298,6 +38304,11 @@
38298
38304
  }
38299
38305
  }
38300
38306
  },
38307
+ "servicediscovery" : {
38308
+ "endpoints" : {
38309
+ "us-isob-east-1" : { }
38310
+ }
38311
+ },
38301
38312
  "snowball" : {
38302
38313
  "endpoints" : {
38303
38314
  "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.1089.0
4
+ version: 1.1090.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-17 00:00:00.000000000 Z
11
+ date: 2025-04-18 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: