aws-partitions 1.927.0 → 1.928.0

Sign up to get free protection for your applications and to get access to all the features.
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: f5883face996b0da2f4c811482797d034de8708a84c4837e6870cfc60fbf5179
4
- data.tar.gz: c858d8b3de0b8df76a31814f66713365d7e222221871647a961a537d6685918e
3
+ metadata.gz: 28da322925fd0525dcb9f70272b5cd887847ddb04fd3ac5c043a512b671415fd
4
+ data.tar.gz: 2dbca28b04eb54e8e12f21477b43afb49c780edc61f3130321f5cc61ac2a665d
5
5
  SHA512:
6
- metadata.gz: 17cf32fe7b639e85ab42e4f684ed39219eedb92c5feb32908731f00e38f21cc2135cbdc2f5840cddf2513c5506a5df8e4fd55d1af52cbc53cc316a8ce38c9732
7
- data.tar.gz: ffb86b8fece04e1df7998faa7cfabf9e2ad904676f07b443246154141ea1ad91c90333d57f82eaa8d558dea2a20267716adf14a8d47bd3c8aa8d8a63032015e9
6
+ metadata.gz: 6375b3a1a72b07fe4b87f38e6a6b097448c73e978ac1599d6aadebd4f8c30f49c34c54f3794bf32b2008cc41a7f3d238a3b9f002bc3266a2372fbacf27d97453
7
+ data.tar.gz: 0ace45f8b90e697b5efe8548fb9924a6baeb9f49ae26f7beebba85622c195c618c5f815206a76ed056aea4a8242226f315d2fd945b5ebcf32bdb5001b53cba10
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.928.0 (2024-05-13)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.927.0 (2024-05-10)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.927.0
1
+ 1.928.0
data/partitions.json CHANGED
@@ -544,6 +544,7 @@
544
544
  "aoss" : {
545
545
  "endpoints" : {
546
546
  "ap-northeast-1" : { },
547
+ "ap-south-1" : { },
547
548
  "ap-southeast-1" : { },
548
549
  "ap-southeast-2" : { },
549
550
  "eu-central-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.927.0
4
+ version: 1.928.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: 2024-05-10 00:00:00.000000000 Z
11
+ date: 2024-05-13 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: