aws-partitions 1.215.0 → 1.216.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/partitions.json +0 -6
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: de94b9d733803b2296be6a3647f82ba9431402fc
|
|
4
|
+
data.tar.gz: 161320699ca0cdc1707a27b8909ab40a6c42d742
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e6f02eec2c97b9abfeef63906589bf8106f56c3c2752d98dfc170cebc53a59a417fe2c4123a52e38cf17e3b6f1fed53f2cdf22bbf57a7d9392f99f024d8d2ab5
|
|
7
|
+
data.tar.gz: fe9cd0592c518eef8967214c3abc0bbdaafe39fd88092710a6871c184b3e38fdbcf234edab2a1c2e6c62fbe2f83753e810fdc3eff23e196e054264ccfc14ce2c
|
data/partitions.json
CHANGED
|
@@ -1103,12 +1103,6 @@
|
|
|
1103
1103
|
},
|
|
1104
1104
|
"hostname" : "rds.ap-northeast-2.amazonaws.com"
|
|
1105
1105
|
},
|
|
1106
|
-
"ap-south-1" : {
|
|
1107
|
-
"credentialScope" : {
|
|
1108
|
-
"region" : "ap-south-1"
|
|
1109
|
-
},
|
|
1110
|
-
"hostname" : "rds.ap-south-1.amazonaws.com"
|
|
1111
|
-
},
|
|
1112
1106
|
"ap-southeast-2" : {
|
|
1113
1107
|
"credentialScope" : {
|
|
1114
1108
|
"region" : "ap-southeast-2"
|
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.216.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: 2019-09-
|
|
11
|
+
date: 2019-09-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|