aws-partitions 1.463.0 → 1.464.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 +6 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a5fcd1ad27dbff188876cb8d9fe5a893b17b0caf1d0f6b9e3cf34747c0e2a76b
4
- data.tar.gz: 915bdf3c69cd45e74d960eb2ab5d70b45489b30804b698e2fdd10cd01e25f18c
3
+ metadata.gz: fc013ae3dea3c70413e48eb3cc9f4c3f6c1ece4891fa785c28bcffdbf6565aca
4
+ data.tar.gz: 79949d9da440436ae5419b304c130a602b4b4cdcfd451a788ea7d5840f800688
5
5
  SHA512:
6
- metadata.gz: c8fcb34e39baeeb1efe9bf41180d406271d55c38dc85441340b8f86cbf5bfc7a93ffcf8eebe2f5d69492e67b98f72038ae48de85bd1a85289451ec7911012ce8
7
- data.tar.gz: 986958ce69dd71110f5e94429a92b094155d4b63a69069e7381002655262ddf84c5d2f617395ce08ac443e6717090b0b65ac28a7158211a0b370156d926a4254
6
+ metadata.gz: cee620b290d53ac2b2b4689699d834855a094a721374f2f26f1b2c0a9f6f04d45a9e422baf45f44eb90c16fc65524ec157968bb7ad2b14a44d134560aae1fda5
7
+ data.tar.gz: ae1a3aa3231637485f4dc8c6463e2c1e86c69402a2187c3fff5b7deb139fe7e5508362c9af7e7ea5dd76fb713174fa0d18af65b5f5c872862db963b2f8b229b0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.464.0 (2021-05-27)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.463.0 (2021-05-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.463.0
1
+ 1.464.0
data/partitions.json CHANGED
@@ -4867,6 +4867,7 @@
4867
4867
  "ap-northeast-1" : { },
4868
4868
  "ap-southeast-1" : { },
4869
4869
  "ap-southeast-2" : { },
4870
+ "ca-central-1" : { },
4870
4871
  "eu-central-1" : { },
4871
4872
  "eu-west-2" : { },
4872
4873
  "us-east-1" : { },
@@ -9999,6 +10000,11 @@
9999
10000
  "us-iso-east-1" : { }
10000
10001
  }
10001
10002
  },
10003
+ "ram" : {
10004
+ "endpoints" : {
10005
+ "us-iso-east-1" : { }
10006
+ }
10007
+ },
10002
10008
  "rds" : {
10003
10009
  "endpoints" : {
10004
10010
  "us-iso-east-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.463.0
4
+ version: 1.464.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-05-26 00:00:00.000000000 Z
11
+ date: 2021-05-27 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: