aws-partitions 1.482.0 → 1.483.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 +2 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 796a7d24be95623153ec5c5ef04b77c1cac8afd232d4d90f89252b313e70258b
4
- data.tar.gz: 8ac0137c2665172587930797533704ba52742ec262544920addc1701dbbd4db3
3
+ metadata.gz: 4da42c13fa3a113027e75974acd704eb332f1b944a0c1d519a55da3c0e3751b4
4
+ data.tar.gz: 056407eac7cec99468446287064fdcd5df11cd234675bd8ea2f39c54252e7757
5
5
  SHA512:
6
- metadata.gz: 2a30ac642036087b44dada368872512bed0ef9216c7383c93ab494950324a273068a3faafa85b7573adcfac538b1d34e19541e60ac2fe7be9bf802bd9c971cf5
7
- data.tar.gz: 174537617f83378ea189d4ca31beebdde32749a06765ee9425a08b653bae9e0c73b0841c4faf8ecf94cff5d6f933d387bd5efcfdde3da999de83fae2de7c2420
6
+ metadata.gz: 93405ef709c9a6bd666686e506a7522bb3b9af4439406a960e4c08742f62c0bc6caf8270e3696f38ffe3de2a6907c2f004707414a8b79df338da5417aa4361f1
7
+ data.tar.gz: 0c208f398d9d1b7a5a8352d9d7f96172820c8dfa94b95bc6a694894347127cda5bdf836ae44e35339c1e52557e725024dd7a4ddf676b223493168dc82c4c318a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.483.0 (2021-08-04)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.482.0 (2021-07-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.482.0
1
+ 1.483.0
data/partitions.json CHANGED
@@ -7749,7 +7749,8 @@
7749
7749
  },
7750
7750
  "gamelift" : {
7751
7751
  "endpoints" : {
7752
- "cn-north-1" : { }
7752
+ "cn-north-1" : { },
7753
+ "cn-northwest-1" : { }
7753
7754
  }
7754
7755
  },
7755
7756
  "glacier" : {
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.482.0
4
+ version: 1.483.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: 2021-07-30 00:00:00.000000000 Z
11
+ date: 2021-08-04 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: