aws-partitions 1.926.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 +10 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +2 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c5b7b4a679c92e947af725e921f0b5bf561c681f1ada2ed48b33fb1c703baa56
4
- data.tar.gz: dc97faa7c568fe1d7c598fa2e47fd20f8c4ff5a6dc57ab6f97ee6804a2d0318e
3
+ metadata.gz: 28da322925fd0525dcb9f70272b5cd887847ddb04fd3ac5c043a512b671415fd
4
+ data.tar.gz: 2dbca28b04eb54e8e12f21477b43afb49c780edc61f3130321f5cc61ac2a665d
5
5
  SHA512:
6
- metadata.gz: 692c3008101ff2bd3c0818a72fb311b97f89ce754907589e7cdaacfb19b26d90425bc2ea895ffff26d4e4856393b92e6846d2da15ae9010a3de82e6061956821
7
- data.tar.gz: c38710c2d81e95fb2d496d82800ed49662e772bd841a8f1fc398a15e15244a5080117280f888d251fb4c8d36790ee036e0960a22a39b7747c2163236c8b7e668
6
+ metadata.gz: 6375b3a1a72b07fe4b87f38e6a6b097448c73e978ac1599d6aadebd4f8c30f49c34c54f3794bf32b2008cc41a7f3d238a3b9f002bc3266a2372fbacf27d97453
7
+ data.tar.gz: 0ace45f8b90e697b5efe8548fb9924a6baeb9f49ae26f7beebba85622c195c618c5f815206a76ed056aea4a8242226f315d2fd945b5ebcf32bdb5001b53cba10
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.927.0 (2024-05-10)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.926.0 (2024-05-09)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.926.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" : { },
@@ -11327,6 +11328,7 @@
11327
11328
  "ap-southeast-3" : { },
11328
11329
  "ap-southeast-4" : { },
11329
11330
  "ca-central-1" : { },
11331
+ "ca-west-1" : { },
11330
11332
  "eu-central-1" : { },
11331
11333
  "eu-central-2" : { },
11332
11334
  "eu-north-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.926.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-09 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: