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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/partitions.json +6 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fc013ae3dea3c70413e48eb3cc9f4c3f6c1ece4891fa785c28bcffdbf6565aca
|
|
4
|
+
data.tar.gz: 79949d9da440436ae5419b304c130a602b4b4cdcfd451a788ea7d5840f800688
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cee620b290d53ac2b2b4689699d834855a094a721374f2f26f1b2c0a9f6f04d45a9e422baf45f44eb90c16fc65524ec157968bb7ad2b14a44d134560aae1fda5
|
|
7
|
+
data.tar.gz: ae1a3aa3231637485f4dc8c6463e2c1e86c69402a2187c3fff5b7deb139fe7e5508362c9af7e7ea5dd76fb713174fa0d18af65b5f5c872862db963b2f8b229b0
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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.
|
|
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-
|
|
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:
|