aws-partitions 1.514.0 → 1.515.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: 90861bf1a1ed7f19e4b7d153fb7f2fc8823addc25fec32f04cd265f2d8efb5fa
4
- data.tar.gz: a0cfd88f1d33f596c1bf65911f40a1dab16bd578b03bdff9707e4a325866bc5c
3
+ metadata.gz: 87c1115770e1795cb38fafa2c9559880923bc8d107daff7e9bb7a9783875477c
4
+ data.tar.gz: 8de83cbd839db556299c8ba00ea99cfd80ae1828a081ad754e2c236d544ee0a4
5
5
  SHA512:
6
- metadata.gz: 266a04109a9761670204427024501657ebfd1afc764643564cacfd6e8de7d12d12dfdad57e3bacaabc8b00bc348caecda53a6a7c63f33155a07407baa98c8953
7
- data.tar.gz: c4a6e4c406456527429807b3414fe9efea4bd94f79153fd10abe5f72527f4b1db0029c7ad05f50be9a8993333da4b834808993f74cdf3f6385f8bc1ad5fbbc76
6
+ metadata.gz: 2ffaf7a11c2dc722a6cbc6af5856d1f774d59027930d69ca764036ca70f41685de2d7ffecd87be78a50224f618523382c3e10eb31093b971a7ce093019c5ec9f
7
+ data.tar.gz: d8f4e51490fc0eb69ae5d584cc1f404519fdfb4c5a5a70cbbbb7daf242c3bb79f90e5f0fd3c2a84a04d35fc813d1a05fa88ac26e954d0934d384a3e0510f507c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.515.0 (2021-10-13)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.514.0 (2021-10-12)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.514.0
1
+ 1.515.0
data/partitions.json CHANGED
@@ -11084,7 +11084,8 @@
11084
11084
  "endpoints" : {
11085
11085
  "us-iso-east-1" : {
11086
11086
  "protocols" : [ "http", "https" ]
11087
- }
11087
+ },
11088
+ "us-iso-west-1" : { }
11088
11089
  }
11089
11090
  },
11090
11091
  "ec2" : {
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.514.0
4
+ version: 1.515.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-10-12 00:00:00.000000000 Z
11
+ date: 2021-10-13 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: