aws-partitions 1.1094.0 → 1.1095.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 +1 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0d340522542b601aea61bbe306fb3e3c4bc017a08eac2800da62ef8878b1fe5d
4
- data.tar.gz: 54a9aa0dc60e1d355b6ed91d73728fb661fb69857727743bd01f5353a884c265
3
+ metadata.gz: 7fa47f72b23fb91432d88667668ef1c53dd5e8d9f700de206d19c6c9c50a269f
4
+ data.tar.gz: '01178c852047a2c21a5e4ffd4a3709eaf2572a78418d352878f2af62ecc9d207'
5
5
  SHA512:
6
- metadata.gz: 8a60737507fb1115ca6fbb6e8e70dd9cd88814b713971a8d3ee0bc7748d8bf6571aec397c2fdedcde846bb88f24ca3c590eed2508a149381ad8235798566b74a
7
- data.tar.gz: 3d19d85f47a9546968c84a4bac0e8bb58c883f165787c61d074bb2ff171403d91eb8ba5e0d980c5cfe144062d7064e78162596c2611a2d80cab167fe069f03a3
6
+ metadata.gz: 6a7492fb70051b14af3cbfa9ddf1e67f9f01cc76966f4069ef48b846782e3641dfa91818416ce7e58a154d6a150397c1196db9cb1c155a943fefd43f5cab0f7a
7
+ data.tar.gz: d38ab1a049a9cb1cf8134e0d7dcc0a0ad872f2cdd89ca1ded57238cbea7affcf3de5a8f47e21db1e421e6bf46e8fd8c34d6aa29e4a3d540cbd6263f22d5150d8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1095.0 (2025-04-30)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.1094.0 (2025-04-29)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1094.0
1
+ 1.1095.0
data/partitions.json CHANGED
@@ -20040,6 +20040,7 @@
20040
20040
  "ap-northeast-1" : { },
20041
20041
  "ap-northeast-2" : { },
20042
20042
  "ap-south-1" : { },
20043
+ "ap-south-2" : { },
20043
20044
  "ap-southeast-1" : { },
20044
20045
  "ap-southeast-2" : { },
20045
20046
  "ap-southeast-3" : { },
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.1094.0
4
+ version: 1.1095.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-29 00:00:00.000000000 Z
11
+ date: 2025-04-30 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: