aws-partitions 1.618.0 → 1.619.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 +4 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 86878cf582c0e18db7668d84cd5b13aadc3382bd162e0020ac5ad070b49eda37
4
- data.tar.gz: 5589b06f6440b29f1cbeabdedee52afc71501c84fee89747463991205732deb8
3
+ metadata.gz: 8d53126533f937cec4edf26b20b6e43e74cd3b7516350ec168a327112b948ae8
4
+ data.tar.gz: 467e800c2eca8bed64da8d8c393ee16a6d9683f2ca42d5469e23a5e0108a3825
5
5
  SHA512:
6
- metadata.gz: d8debe986972a8d7932d0184d6fc8d827782281731a380aeffc459cec53e663d9819720cae764c7cae9f8e02f4d71f1fb6c8a7edd7f7f6c69909bf0aa5cc1a48
7
- data.tar.gz: b9923dc236be6b5fbcb9ead5d370283a6401417fdf6494aff9cf293bb9a172be2b67093034baef2e12945efb3f9510b1cd0474c584fc8180864e2fff7e2910e7
6
+ metadata.gz: 7d4eb804646f44146e89ddd2861459acf44bb262b21bba8da0e8e109a54f92d1133f3e96c5fddb101c72caae0500a152bb7d5d06c2c52910c05caddda9494b4c
7
+ data.tar.gz: 0ffdffa6b6d41f852675db4a9df1c548f88f7977a03228b8a098a4b86b07fbfcf839ab5dcdd6655a5070b3110b136d0e38c3fe0b6dfab19b0ced259cc1793678
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.619.0 (2022-08-16)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.618.0 (2022-08-12)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.618.0
1
+ 1.619.0
data/partitions.json CHANGED
@@ -2141,6 +2141,7 @@
2141
2141
  "ap-south-1" : { },
2142
2142
  "ap-southeast-1" : { },
2143
2143
  "ap-southeast-2" : { },
2144
+ "ap-southeast-3" : { },
2144
2145
  "ca-central-1" : { },
2145
2146
  "eu-central-1" : { },
2146
2147
  "eu-north-1" : { },
@@ -14280,7 +14281,10 @@
14280
14281
  "ap-south-1" : { },
14281
14282
  "ap-southeast-1" : { },
14282
14283
  "ap-southeast-2" : { },
14284
+ "ca-central-1" : { },
14285
+ "eu-central-1" : { },
14283
14286
  "eu-west-1" : { },
14287
+ "eu-west-2" : { },
14284
14288
  "us-east-1" : { },
14285
14289
  "us-west-2" : { }
14286
14290
  }
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.618.0
4
+ version: 1.619.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: 2022-08-12 00:00:00.000000000 Z
11
+ date: 2022-08-16 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: